From e1507c1a7d1a9ad824996bb0b0427ff3fe3d0e9b Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 4 Mar 2022 14:59:51 -0300 Subject: [PATCH] Fix CocoaPodsSpec links and version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86ad394d..14408331 100644 --- a/README.md +++ b/README.md @@ -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. ```ruby -source "https://github.com/dh-ecc/CocoaPodsSpecs.git" +source "https://github.com/zcash-hackworks/CocoaPodsSpecs.git" 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