Skip to content

Commit

Permalink
✒️ Modify podspec version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Jul 29, 2018
1 parent 4de89f3 commit a2ee496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BitcoinCashKit.podspec
Expand Up @@ -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'
Expand Down

0 comments on commit a2ee496

Please sign in to comment.