mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Switch from :head to 1.0 dependency on AFNetworking
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user