Skip to content

Commit

Permalink
Update CocoaPods to use Alamofire 5.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Oct 27, 2019
1 parent 259b3ab commit fb38ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moya.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |s|

s.subspec "Core" do |ss|
ss.source_files = "Sources/Moya/", "Sources/Moya/Plugins/"
ss.dependency "Alamofire", "5.0.0-rc.2"
ss.dependency "Alamofire", "5.0.0-rc.3"
ss.framework = "Foundation"
end

Expand Down

0 comments on commit fb38ce2

Please sign in to comment.