From a8065d19acbdee55c6e2b2d9a17a420e34ab8d83 Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Wed, 23 Aug 2023 15:54:54 +0300 Subject: [PATCH] 6.2.0 --- RxSwiftExt.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RxSwiftExt.podspec b/RxSwiftExt.podspec index a5428c3..24a3bb7 100644 --- a/RxSwiftExt.podspec +++ b/RxSwiftExt.podspec @@ -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 @@ -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 }