Skip to content

Commit

Permalink
Merge pull request #515 from jrikhof/master
Browse files Browse the repository at this point in the history
Update deployment target in podspec file for Xcode 12
  • Loading branch information
kishikawakatsumi authored Mar 1, 2021
2 parents 654d52d + a19c359 commit 4dbb8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeychainAccess.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|

s.swift_version = '5.1'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 4dbb8a2

Please sign in to comment.