Merge pull request #1726 from tomekc/alamofire-bump-31

Bumped Alamofire library (dependency for Swift client). Alamofire 3.1.x is compatible with previous version and resolves a few annoying bugs, like proper handling of empty HTTP responses.
This commit is contained in:
wing328
2015-12-17 10:46:44 +08:00
4 changed files with 4 additions and 4 deletions
@@ -1,2 +1,2 @@
github "Alamofire/Alamofire" >= 3.0.0{{#usePromiseKit}}
github "Alamofire/Alamofire" >= 3.1.0{{#usePromiseKit}}
github "mxcl/PromiseKit" >=1.5.3{{/usePromiseKit}}
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.documentation_url = '{{podDocumentationURL}}'{{/podDocumentationURL}}
s.source_files = '{{projectName}}/Classes/Swaggers/**/*.swift'{{#usePromiseKit}}
s.dependency 'PromiseKit', '~> 2.1'{{/usePromiseKit}}
s.dependency 'Alamofire', '~> 3.0.0'
s.dependency 'Alamofire', '~> 3.1.0'
end
+1 -1
View File
@@ -1,2 +1,2 @@
github "Alamofire/Alamofire" >= 3.0.0
github "Alamofire/Alamofire" >= 3.1.0
github "mxcl/PromiseKit" >=1.5.3
@@ -7,5 +7,5 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.source_files = 'PetstoreClient/Classes/Swaggers/**/*.swift'
s.dependency 'PromiseKit', '~> 2.1'
s.dependency 'Alamofire', '~> 3.0.0'
s.dependency 'Alamofire', '~> 3.1.0'
end