Skip to content

Commit 2214ac3

Browse files
committed
added tag specification to as pod link requires
1 parent e0fbcc9 commit 2214ac3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: CoreBitcoin.podspec

+2-6
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@ Pod::Spec.new do |s|
33
s.version = "0.5.0"
44
s.summary = "CoreBitcoin is an implementation of Bitcoin protocol in Objective-C."
55
s.description = <<-DESC
6-
CoreBitcoin is an implementation of Bitcoin protocol in Objective-C.
7-
When it is completed, it will let you create an application that acts
8-
as a full Bitcoin node. You can encode/decode addresses, apply various
9-
hash functions, sign and verify messages and parse some data structures.
10-
Transaction support is still incomplete.
6+
CoreBitcoin is a complete toolkit to work with Bitcoin data structures.
117
DESC
128
s.homepage = "https://github.com/oleganza/CoreBitcoin"
139
s.license = 'WTFPL'
1410
s.author = { "Oleg Andreev" => "[email protected]" }
1511
s.ios.deployment_target = '7.0'
1612
s.osx.deployment_target = '10.9'
17-
s.source = { :git => "https://github.com/oleganza/CoreBitcoin.git" }
13+
s.source = { :git => "https://github.com/oleganza/CoreBitcoin.git", :tag => s.version.to_s }
1814
s.source_files = 'CoreBitcoin'
1915
s.exclude_files = 'CoreBitcoin/**/*+Tests.{h,m}'
2016
s.requires_arc = true

0 commit comments

Comments
 (0)