Skip to content

Commit

Permalink
RxSwiftExt 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Feb 20, 2021
1 parent 89ebf7d commit 827bd11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "6.0.0"
github "ReactiveX/RxSwift" "~> 6.0"
6 changes: 3 additions & 3 deletions RxSwiftExt.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwiftExt"
s.version = "6.0.0"
s.version = "6.0.1"
s.summary = "RxSwift operators not found in the core distribtion"
s.description = <<-DESC
A collection of operators for RxSwift adding commonly requested operations not found in the core distribution
Expand All @@ -20,13 +20,13 @@ Pod::Spec.new do |s|
s.subspec "Core" do |cs|
cs.source_files = "Source/RxSwift", "Source/Tools"
cs.frameworks = "Foundation"
cs.dependency "RxSwift", '6.0.0'
cs.dependency "RxSwift", '~> 6.0'
end

s.subspec "RxCocoa" do |co|
co.source_files = "Source/RxCocoa"
co.frameworks = "Foundation"
co.dependency "RxCocoa", '6.0.0'
co.dependency "RxCocoa", '~> 6.0'
co.dependency "RxSwiftExt/Core"
end
end

0 comments on commit 827bd11

Please sign in to comment.