File tree Expand file tree Collapse file tree 2 files changed +18
-15
lines changed
Expand file tree Collapse file tree 2 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 11platform :ios , '7.0'
22inhibit_all_warnings!
33link_with 'BitStore' , 'BitStore Tests'
4- pod 'CoreBitcoin' , :podspec => 'https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec'
5- pod 'FXBlurView'
6- pod 'iRate'
7- pod 'MBProgressHUD'
8- pod 'NSDate+TimeAgo'
9- pod 'PiwikTracker'
10- pod 'DMPasscode'
11- pod 'SocketRocket'
4+ source 'https://github.com/CocoaPods/Specs.git'
5+ # ----
6+ pod 'CoreBitcoin' , :podspec => 'https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec' , :commit => '2f86fc1'
7+ pod 'DMPasscode' , '1.0.4'
8+ pod 'FXBlurView' , '1.6.2'
9+ pod 'MBProgressHUD' , '0.9'
10+ pod 'NSDate+TimeAgo' , '1.0.3'
11+ pod 'PiwikTracker' , '2.5.1'
12+ pod 'SocketRocket' , '0.3.1-beta2'
13+ pod 'iRate' , '1.10.3'
Original file line number Diff line number Diff line change @@ -14,16 +14,17 @@ PODS:
1414
1515DEPENDENCIES:
1616 - CoreBitcoin (from `https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec`)
17- - DMPasscode
18- - FXBlurView
19- - iRate
20- - MBProgressHUD
21- - NSDate+TimeAgo
22- - PiwikTracker
23- - SocketRocket
17+ - DMPasscode (= 1.0.4)
18+ - FXBlurView (= 1.6.2)
19+ - iRate (= 1.10.3)
20+ - MBProgressHUD (= 0.9)
21+ - NSDate+TimeAgo (= 1.0.3)
22+ - PiwikTracker (= 2.5.1)
23+ - SocketRocket (= 0.3.1-beta2)
2424
2525EXTERNAL SOURCES:
2626 CoreBitcoin:
27+ :commit: 2f86fc1
2728 :podspec: https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec
2829
2930SPEC CHECKSUMS:
You can’t perform that action at this time.
0 commit comments