File tree 2 files changed +4
-4
lines changed
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 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxSwiftExt"
3
- s . version = "6.0.0 "
3
+ s . version = "6.0.1 "
4
4
s . summary = "RxSwift operators not found in the core distribtion"
5
5
s . description = <<-DESC
6
6
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|
20
20
s . subspec "Core" do |cs |
21
21
cs . source_files = "Source/RxSwift" , "Source/Tools"
22
22
cs . frameworks = "Foundation"
23
- cs . dependency "RxSwift" , '6.0 .0'
23
+ cs . dependency "RxSwift" , '~> 6 .0'
24
24
end
25
25
26
26
s . subspec "RxCocoa" do |co |
27
27
co . source_files = "Source/RxCocoa"
28
28
co . frameworks = "Foundation"
29
- co . dependency "RxCocoa" , '6.0 .0'
29
+ co . dependency "RxCocoa" , '~> 6 .0'
30
30
co . dependency "RxSwiftExt/Core"
31
31
end
32
32
end
You can’t perform that action at this time.
0 commit comments