From 60d24645ea141d8c7156826f6140643311988be5 Mon Sep 17 00:00:00 2001 From: Bob Date: Thu, 14 Feb 2019 00:18:30 +0100 Subject: [PATCH] Update RxCoreLocation.podspec Updated Pod version to `1.3.2` --- RxCoreLocation.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RxCoreLocation.podspec b/RxCoreLocation.podspec index 2f20754..4bcacfb 100644 --- a/RxCoreLocation.podspec +++ b/RxCoreLocation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RxCoreLocation' - s.version = '1.3.1' + s.version = '1.3.2' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'RxCoreLocation abstract the Rx behavior for Core Location' s.homepage = 'http://github.com/RxSwiftCommunity/RxCoreLocation' @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/RxSwiftCommunity/RxCoreLocation.git", :tag => s.version.to_s } s.ios.deployment_target = '9.0' s.osx.deployment_target = '10.10' - s.watchos.deployment_target = '2.0' + s.watchos.deployment_target = '3.0' s.tvos.deployment_target = '9.0' s.requires_arc = true