From f8d9a4440721ae26587d90496cbb5a808fc9f647 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Mon, 29 Oct 2012 03:35:39 -0400 Subject: [PATCH] Require AFNetworking 1.0RC2 The code will have to be updated to support 1.0 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index ab0bf91..44ace5a 100644 --- a/Podfile +++ b/Podfile @@ -4,7 +4,7 @@ pod 'MASShortcut' pod 'DBPrefsWindowController' pod 'SPMediaKeyTap' pod 'INAppStoreWindow', :git => 'git://github.com/sonoramac/INAppStoreWindow.git' -pod 'AFNetworking' +pod 'AFNetworking', '1.0RC2' pod 'INKeychainAccess' pod 'HIDRemoteSDK' pod 'OEGridView' \ No newline at end of file