From fca27fd39e692435b9372059a88161047d9476ad Mon Sep 17 00:00:00 2001 From: silviasfondrini Date: Thu, 7 May 2015 10:52:19 +0200 Subject: [PATCH] Update Podfile Updated AFNetworking to 2.5 and Kiwi to 2.3.1 --- Projects/iOS > 6/Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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