Update to AFNetworking 1.0RC2

This commit is contained in:
Blake Watters
2012-09-16 13:42:19 -04:00
parent b0f7c24745
commit 2ef7439567
3 changed files with 141 additions and 173 deletions

View File

@@ -39,7 +39,7 @@ Pod::Spec.new do |s|
ns.osx.frameworks = 'CoreServices', 'Security', 'SystemConfiguration'
ns.dependency 'LibComponentLogging-NSLog', '>= 1.0.4'
ns.dependency 'SOCKit'
ns.dependency 'AFNetworking', '1.0RC1'
ns.dependency 'AFNetworking', '1.0RC2'
ns.dependency 'RestKit/ObjectMapping'
ns.dependency 'RestKit/Support'
end