We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2df2c commit 60d2464Copy full SHA for 60d2464
RxCoreLocation.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'RxCoreLocation'
3
- s.version = '1.3.1'
+ s.version = '1.3.2'
4
s.license = { :type => "MIT", :file => "LICENSE" }
5
s.summary = 'RxCoreLocation abstract the Rx behavior for Core Location'
6
s.homepage = 'http://github.com/RxSwiftCommunity/RxCoreLocation'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.source = { :git => "https://github.com/RxSwiftCommunity/RxCoreLocation.git", :tag => s.version.to_s }
10
s.ios.deployment_target = '9.0'
11
s.osx.deployment_target = '10.10'
12
- s.watchos.deployment_target = '2.0'
+ s.watchos.deployment_target = '3.0'
13
s.tvos.deployment_target = '9.0'
14
s.requires_arc = true
15
0 commit comments