Bump AFNetworking dependency to :head until 1.0 tag lands

This commit is contained in:
Blake Watters
2012-09-26 15:33:34 -04:00
parent 0ff61e53f4
commit 6791684e7a

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