Fix CocoaPodsSpec links and version

This commit is contained in:
Francisco Gindre 2022-03-04 14:59:51 -03:00 committed by GitHub
parent 6b051c6e36
commit e1507c1a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@ Add a package with the source "https://github.com/zcash/ZcashLightClientKit.git"
1. Add the following to the top of your podfile to resolve downstream dependencies. 1. Add the following to the top of your podfile to resolve downstream dependencies.
```ruby ```ruby
source "https://github.com/dh-ecc/CocoaPodsSpecs.git" source "https://github.com/zcash-hackworks/CocoaPodsSpecs.git"
source "https://cdn.cocoapods.org/" source "https://cdn.cocoapods.org/"
``` ```
2. Add `pod "ZcashLightClientKit", ~> "0.13.0"` to the target you want to add the kit too. 2. Add `pod "ZcashLightClientKit", ~> "0.13.0-beta.1"` to the target you want to add the kit too.
# Testing # Testing