Skip to content

Commit

Permalink
Merge pull request onevcat#1036 from xuaninbox/patch-1
Browse files Browse the repository at this point in the history
Update WATCHOS_DEPLOYMENT_TARGET to 3.0
  • Loading branch information
onevcat authored Oct 25, 2018
2 parents 3bbd73a + 345b422 commit 86d6153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kingfisher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.watchos.deployment_target = "3.0"

s.source = { :git => "https://github.com/onevcat/Kingfisher.git", :tag => s.version }

Expand Down

0 comments on commit 86d6153

Please sign in to comment.