Skip to content

Commit

Permalink
Merge pull request #4 from Tovkal/issue-9386-alamofire
Browse files Browse the repository at this point in the history
Update Alamofire dependency
  • Loading branch information
plam4u authored Oct 24, 2019
2 parents 3c10361 + 0d32173 commit 320c8e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.source_files = '{{projectName}}/Classes/**/*.swift'{{#usePromiseKit}}
s.dependency 'PromiseKit/CorePromise', '~> 4.4.0'{{/usePromiseKit}}{{#useRxSwift}}
s.dependency 'RxSwift', '~> 4.0'{{/useRxSwift}}
s.dependency 'Alamofire', '~> 4.5.0'
s.dependency 'Alamofire', '~> 4.9.0'
end

0 comments on commit 320c8e0

Please sign in to comment.