Skip to content

Commit 320c8e0

Browse files
authored
Merge pull request #4 from Tovkal/issue-9386-alamofire
Update Alamofire dependency
2 parents 3c10361 + 0d32173 commit 320c8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.source_files = '{{projectName}}/Classes/**/*.swift'{{#usePromiseKit}}
1919
s.dependency 'PromiseKit/CorePromise', '~> 4.4.0'{{/usePromiseKit}}{{#useRxSwift}}
2020
s.dependency 'RxSwift', '~> 4.0'{{/useRxSwift}}
21-
s.dependency 'Alamofire', '~> 4.5.0'
21+
s.dependency 'Alamofire', '~> 4.9.0'
2222
end

0 commit comments

Comments
 (0)