Skip to content

Commit

Permalink
Updated dependency management files to pick up AF 5.0.1 at a minimum (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon authored Feb 23, 2020
1 parent 1300d58 commit 62a37b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AlamofireImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '3.0'

s.dependency 'Alamofire', '~> 5.0'
s.dependency 'Alamofire', '>= 5.0.1', '< 6.0.0'
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
github "Alamofire/Alamofire" ~> 5.0.1
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.git",
"state": {
"branch": null,
"revision": "0c8cb78d05b6d067ee331c05058ff4dedcb45ffa",
"version": "5.0.0"
"revision": "cdb2f4a574c3f7ae9ac0b0913058d64ff6fa09ac",
"version": "5.0.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(name: "AlamofireImage",
.watchOS(.v3)],
products: [.library(name: "AlamofireImage", targets: ["AlamofireImage"])],
dependencies: [.package(url: "https://github.com/Alamofire/Alamofire.git",
from: "5.0.0")],
from: "5.0.1")],
targets: [.target(name: "AlamofireImage",
dependencies: ["Alamofire"],
path: "Source")],
Expand Down

0 comments on commit 62a37b3

Please sign in to comment.