Skip to content

Commit

Permalink
Merge pull request #174 from stefanomondino/master
Browse files Browse the repository at this point in the history
Update WatchOS minimum deployment target to 3.0
  • Loading branch information
ashfurrow authored Feb 5, 2019
2 parents 55f7676 + 8a3914b commit 9b0a165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Action.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.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.source = { :git => "https://github.com/RxSwiftCommunity/Action.git", :tag => s.version.to_s }
Expand Down

0 comments on commit 9b0a165

Please sign in to comment.