Switch from :head to 1.0 dependency on AFNetworking

This commit is contained in:
Blake Watters
2012-10-05 16:48:29 -04:00
parent 17f9a1af8b
commit ac05ea67b0

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', :head # '1.0'
ns.dependency 'AFNetworking', '1.0'
ns.dependency 'RestKit/ObjectMapping'
ns.dependency 'RestKit/Support'
end