From 8002f797042cf3330a4f5a21328310b08cb90e4d Mon Sep 17 00:00:00 2001 From: freak4pc Date: Wed, 14 Oct 2020 08:46:06 +0300 Subject: [PATCH] 1.6.1 --- RxCombine.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RxCombine.podspec b/RxCombine.podspec index 217847e..65c46f8 100644 --- a/RxCombine.podspec +++ b/RxCombine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCombine" - s.version = "1.6.0" + s.version = "1.6.1" s.summary = "RxSwift is a Swift implementation of Reactive Extensions" s.description = <<-DESC Bi-directional type conversions between RxSwift and Apple's Combine framework. @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.osx.deployment_target = '10.9' s.watchos.deployment_target = '3.0' s.tvos.deployment_target = '9.0'