Skip to content

Commit

Permalink
[ReactiveSwift] Update to 6.0 in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed May 2, 2019
1 parent 341b987 commit adfb096
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 @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.subspec "ReactiveSwift" do |ss|
ss.source_files = "Sources/ReactiveMoya/"
ss.dependency "Moya/Core"
ss.dependency "ReactiveSwift", "~> 5.0"
ss.dependency "ReactiveSwift", "~> 6.0"
end

s.subspec "RxSwift" do |ss|
Expand Down

0 comments on commit adfb096

Please sign in to comment.