Skip to content

Commit 0edbfef

Browse files
committed
Bump Alamofire version to final 2.0.0
1 parent 5b12379 commit 0edbfef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "Alamofire/Alamofire" >= 1.3{{#usePromiseKit}}
1+
github "Alamofire/Alamofire" >= 2.0.0{{#usePromiseKit}}
22
github "mxcl/PromiseKit" >=1.5.3{{/usePromiseKit}}

modules/swagger-codegen/src/main/resources/swift/Podspec.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.documentation_url = '{{podDocumentationURL}}'{{/podDocumentationURL}}
1717
s.source_files = '{{projectName}}/Classes/Swaggers/**/*.swift'{{#usePromiseKit}}
1818
s.dependency 'PromiseKit', '~> 2.1'{{/usePromiseKit}}
19-
s.dependency 'Alamofire', '~> 2.0.0-beta.3'
19+
s.dependency 'Alamofire', '~> 2.0.0'
2020
end

0 commit comments

Comments
 (0)