File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,14 @@ Pod::Spec.new do |s|
3
3
s . version = "0.5.0"
4
4
s . summary = "CoreBitcoin is an implementation of Bitcoin protocol in Objective-C."
5
5
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.
11
7
DESC
12
8
s . homepage = "https://github.com/oleganza/CoreBitcoin"
13
9
s . license = 'WTFPL'
14
10
s . author = { "Oleg Andreev" => "[email protected] " }
15
11
s . ios . deployment_target = '7.0'
16
12
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 }
18
14
s . source_files = 'CoreBitcoin'
19
15
s . exclude_files = 'CoreBitcoin/**/*+Tests.{h,m}'
20
16
s . requires_arc = true
You can’t perform that action at this time.
0 commit comments