Skip to content

Commit

Permalink
Updated to use ~>
Browse files Browse the repository at this point in the history
  • Loading branch information
tsohara authored and tsohara-gy committed Mar 3, 2016
1 parent 9ac758b commit d5ce10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Alamofire/Alamofire" ~> 3.0
github "ReactiveCocoa/ReactiveCocoa" "v4.0.1"
github "ReactiveCocoa/ReactiveCocoa" ~> 4.0
github "ReactiveX/RxSwift" ~> 2.0
github "antitypical/Result" ~> 1.0
2 changes: 1 addition & 1 deletion Moya.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.subspec "ReactiveCocoa" do |ss|
ss.source_files = "Source/ReactiveCocoa/*.swift"
ss.dependency "Moya/Core"
ss.dependency "ReactiveCocoa", "4.0.1"
ss.dependency "ReactiveCocoa", "~> 4.0"
end

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

0 comments on commit d5ce10c

Please sign in to comment.