Skip to content

Commit 4eb7eea

Browse files
committed
Added specific version numbers to pods.
1 parent cfa3a7d commit 4eb7eea

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

Podfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
platform :ios, '7.0'
22
inhibit_all_warnings!
33
link_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'

Podfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ PODS:
1414

1515
DEPENDENCIES:
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

2525
EXTERNAL SOURCES:
2626
CoreBitcoin:
27+
:commit: 2f86fc1
2728
:podspec: https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec
2829

2930
SPEC CHECKSUMS:

0 commit comments

Comments
 (0)