Skip to content

Commit a8065d1

Browse files
committed
6.2.0
1 parent 494fe20 commit a8065d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RxSwiftExt.podspec

+4-4
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.1"
3+
s.version = "6.2.0"
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
@@ -10,9 +10,9 @@ Pod::Spec.new do |s|
1010
s.license = { :type => "MIT", :file => "LICENSE" }
1111
s.authors = { "RxSwiftCommunity" => "https://github.com/RxSwiftCommunity" }
1212

13-
s.ios.deployment_target = '9.0'
14-
s.osx.deployment_target = '10.10'
15-
s.watchos.deployment_target = '3.0'
13+
s.ios.deployment_target = '12.0'
14+
s.osx.deployment_target = '10.13'
15+
s.watchos.deployment_target = '4.0'
1616
s.tvos.deployment_target = '9.0'
1717

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

0 commit comments

Comments
 (0)