File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed 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.1 "
3
+ s . version = "6.2.0 "
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
@@ -10,9 +10,9 @@ Pod::Spec.new do |s|
10
10
s . license = { :type => "MIT" , :file => "LICENSE" }
11
11
s . authors = { "RxSwiftCommunity" => "https://github.com/RxSwiftCommunity" }
12
12
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'
16
16
s . tvos . deployment_target = '9.0'
17
17
18
18
s . source = { :git => "https://github.com/RxSwiftCommunity/RxSwiftExt.git" , :tag => s . version }
You can’t perform that action at this time.
0 commit comments