From 42d1797c73c3fe10773a8fa412f1eea9b99adb1a Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 11 Mar 2022 16:28:16 -0300 Subject: [PATCH] Update README.md: remove private Spec Repo installation step. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 86ad394d..89818538 100644 --- a/README.md +++ b/README.md @@ -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