forked from loafle/openapi-generator-original
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:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user