From a2ee496d517573198fe8f8489491acaa306fe55b Mon Sep 17 00:00:00 2001 From: Shun Usami Date: Sun, 29 Jul 2018 15:25:11 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=92=EF=B8=8F=20=20Modify=20podspec=20vers?= =?UTF-8?q?ion=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BitcoinCashKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitcoinCashKit.podspec b/BitcoinCashKit.podspec index 09179827..c8caadc2 100644 --- a/BitcoinCashKit.podspec +++ b/BitcoinCashKit.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |spec| spec.author = { 'BitcoinCashKit developers' => 'usatie@yenom.tech' } spec.requires_arc = true - spec.source = { git: 'https://github.com/BitcoinCashKit/BitcoinCashKit.git', tag: "cash-v#{spec.version}" } + spec.source = { git: 'https://github.com/BitcoinCashKit/BitcoinCashKit.git', tag: "v#{spec.version}" } spec.source_files = 'BitcoinCashKit/**/*.{h,m,swift}' spec.private_header_files = 'BitcoinCashKit/**/BitcoinCashKitPrivate.h' spec.module_map = 'BitcoinCashKit/BitcoinCashKit.modulemap'