Bumped AFNetworking version to 1.0.1

This commit is contained in:
Lasse Bang Mikkelsen
2012-12-03 20:56:35 +01:00
parent 2b9c7ca275
commit 1e23b1c037

View File

@@ -37,7 +37,7 @@ Pod::Spec.new do |s|
ns.ios.frameworks = 'CFNetwork', 'Security', 'MobileCoreServices', 'SystemConfiguration'
ns.osx.frameworks = 'CoreServices', 'Security', 'SystemConfiguration'
ns.dependency 'SOCKit'
ns.dependency 'AFNetworking', '1.0'
ns.dependency 'AFNetworking', '1.0.1'
ns.dependency 'RestKit/ObjectMapping'
ns.dependency 'RestKit/Support'
end