Skip to content

Commit

Permalink
Lower OS X deployment target to 10.9 (.podspec only) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jendrusch committed Mar 1, 2016
1 parent 7316079 commit 4ea6ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Heimdallr.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
spec.description = 'Heimdallr is an OAuth 2.0 client specifically designed for easy usage. It currently supports the resource owner password credentials grant flow, refreshing an access token as well as extension grants.'

spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.10'
spec.osx.deployment_target = '10.9'

spec.default_subspec = 'Core'

Expand Down

0 comments on commit 4ea6ad4

Please sign in to comment.