Bump submodule and Podspec to AFNetworking 1.0 RC3

This commit is contained in:
Blake Watters
2012-09-18 15:58:42 -04:00
parent c090cbb430
commit 2b56e132fc
2 changed files with 2 additions and 2 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.0RC2'
ns.dependency 'AFNetworking', '1.0'
ns.dependency 'RestKit/ObjectMapping'
ns.dependency 'RestKit/Support'
end