Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Aug 23, 2023
1 parent 494fe20 commit a8065d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1"
s.version = "6.2.0"
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 @@ -10,9 +10,9 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "RxSwiftCommunity" => "https://github.com/RxSwiftCommunity" }

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '3.0'
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.watchos.deployment_target = '4.0'
s.tvos.deployment_target = '9.0'

s.source = { :git => "https://github.com/RxSwiftCommunity/RxSwiftExt.git", :tag => s.version }
Expand Down

0 comments on commit a8065d1

Please sign in to comment.