Skip to content

Commit

Permalink
Update to Alamofire 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
konkab committed Nov 27, 2020
1 parent 02dd0f0 commit 1809762
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AlamofireNetworkActivityLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlamofireNetworkActivityLogger'
s.version = '3.0.0'
s.version = '3.1.0'
s.license = 'MIT'
s.summary = 'Network request logger for Alamofire'
s.homepage = 'https://github.com/konkab/AlamofireNetworkActivityLogger'
Expand All @@ -9,12 +9,12 @@ Pod::Spec.new do |s|

s.source = { :git => 'https://github.com/konkab/AlamofireNetworkActivityLogger.git', :tag => s.version }
s.source_files = 'Source/*.swift'
s.swift_versions = ['5.0']
s.swift_versions = ['5.1']

s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '3.0'

s.dependency 'Alamofire', '~> 5.0.0-rc.2'
s.dependency 'Alamofire', '~> 5.4'
end
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Alamofire/Alamofire" "5.0.0-rc.2"
github "Alamofire/Alamofire" "5.4"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Alamofire
Submodule Alamofire updated 406 files

0 comments on commit 1809762

Please sign in to comment.