File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::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 }
You can’t perform that action at this time.
0 commit comments