Skip to content

Commit

Permalink
Drop deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelPlantard committed Feb 7, 2019
1 parent 6f0fcab commit 9046a7d
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 @@ -27,7 +27,7 @@ Pod::Spec.new do |s|

s.swift_version = "4.2"

s.ios.deployment_target = "9.3"
s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "10.0"
s.osx.deployment_target = "10.12"
s.watchos.deployment_target = "3.0"
Expand Down

0 comments on commit 9046a7d

Please sign in to comment.