Skip to content

Commit 827bd11

Browse files
committed
RxSwiftExt 6.0.1
1 parent 89ebf7d commit 827bd11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "6.0.0"
1+
github "ReactiveX/RxSwift" "~> 6.0"

RxSwiftExt.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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
3232
end

0 commit comments

Comments
 (0)