File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- github "ReactiveX/RxSwift" "6.0 .0"
1+ github "ReactiveX/RxSwift" "~> 6 .0"
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RxSwiftExt"
3- s . version = "6.0.0 "
3+ s . version = "6.0.1 "
44 s . summary = "RxSwift operators not found in the core distribtion"
55 s . description = <<-DESC
66 A collection of operators for RxSwift adding commonly requested operations not found in the core distribution
@@ -20,13 +20,13 @@ Pod::Spec.new do |s|
2020 s . subspec "Core" do |cs |
2121 cs . source_files = "Source/RxSwift" , "Source/Tools"
2222 cs . frameworks = "Foundation"
23- cs . dependency "RxSwift" , '6.0 .0'
23+ cs . dependency "RxSwift" , '~> 6 .0'
2424 end
2525
2626 s . subspec "RxCocoa" do |co |
2727 co . source_files = "Source/RxCocoa"
2828 co . frameworks = "Foundation"
29- co . dependency "RxCocoa" , '6.0 .0'
29+ co . dependency "RxCocoa" , '~> 6 .0'
3030 co . dependency "RxSwiftExt/Core"
3131 end
3232end
You can’t perform that action at this time.
0 commit comments