Update README.md: remove private Spec Repo installation step.

This commit is contained in:
Francisco Gindre 2022-03-11 16:28:16 -03:00
parent f3150072f5
commit 42d1797c73
1 changed files with 1 additions and 8 deletions

View File

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