Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

update Alamofire to 5.4.0 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Alamofire/Alamofire" ~> 5.1.0
github "Alamofire/Alamofire" ~> 5.4.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Alamofire/Alamofire" "5.1.0"
github "Alamofire/Alamofire" "5.4.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Alamofire
Submodule Alamofire updated 348 files
4 changes: 2 additions & 2 deletions CodableAlamofire.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "CodableAlamofire"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "An extension for Alamofire that converts JSON data into Decodable Objects."
s.homepage = "https://github.com/Otbivnoe/CodableAlamofire"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -26,6 +26,6 @@ Pod::Spec.new do |s|
s.swift_versions = ['4.0', '5.0', '5.1']

s.requires_arc = true
s.dependency 'Alamofire', '~> 5.1.0'
s.dependency 'Alamofire', '~> 5.4.0'

end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/Alamofire/Alamofire",
"state": {
"branch": null,
"revision": "fca036f7aeca07124067cb6e0c12b0ad6359e3d4",
"version": "5.1.0"
"revision": "9e0328127dfb801cefe8ac53a13c0c90a7770448",
"version": "5.4.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.library(name: "CodableAlamofire", targets: ["CodableAlamofire"]),
],
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire", from: "5.1.0")
.package(url: "https://github.com/Alamofire/Alamofire", from: "5.4.0")
],
targets: [
.target(
Expand Down