Make current dependenices fix to a specific version

This commit is contained in:
Raimund Wege
2015-07-29 11:27:43 +02:00
parent a1b29fca2c
commit cc7ffccba6
+2 -2
View File
@@ -1,5 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.1'
link_with ['SAPTracker', 'SAPTrackerTests']
pod 'AFNetworking', '~> 2.4'
pod 'AFNetworkActivityLogger', :configurations => ['Debug']
pod 'AFNetworking', '2.5.0'
pod 'AFNetworkActivityLogger', '2.0.3', :configurations => ['Debug']