diff --git a/Projects/iOS > 6/Podfile b/Projects/iOS > 6/Podfile index ceb068d..b8d92bd 100644 --- a/Projects/iOS > 6/Podfile +++ b/Projects/iOS > 6/Podfile @@ -1,6 +1,6 @@ platform :ios, :deployment_target => '7.0' -pod 'AFNetworking', '~> 2.2' +pod 'AFNetworking', '~> 2.5' target :PSUpdateAppTests, :exclusive => true do - pod 'Kiwi', '2.2.3' -end \ No newline at end of file + pod 'Kiwi', '2.3.1' +end