Skip to content

Commit 60d2464

Browse files
committed
Update RxCoreLocation.podspec
Updated Pod version to `1.3.2`
1 parent dd2df2c commit 60d2464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxCoreLocation.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxCoreLocation'
3-
s.version = '1.3.1'
3+
s.version = '1.3.2'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'RxCoreLocation abstract the Rx behavior for Core Location'
66
s.homepage = 'http://github.com/RxSwiftCommunity/RxCoreLocation'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/RxSwiftCommunity/RxCoreLocation.git", :tag => s.version.to_s }
1010
s.ios.deployment_target = '9.0'
1111
s.osx.deployment_target = '10.10'
12-
s.watchos.deployment_target = '2.0'
12+
s.watchos.deployment_target = '3.0'
1313
s.tvos.deployment_target = '9.0'
1414
s.requires_arc = true
1515

0 commit comments

Comments
 (0)