Skip to content

Commit

Permalink
Update RxCoreLocation.podspec
Browse files Browse the repository at this point in the history
Updated Pod version to `1.3.2`
  • Loading branch information
bobgodwinx committed Feb 14, 2019
1 parent dd2df2c commit 60d2464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxCoreLocation.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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

Expand Down

0 comments on commit 60d2464

Please sign in to comment.