Skip to content

Commit

Permalink
fix: Target macOS 10.10 or onwards
Browse files Browse the repository at this point in the history
qos is not available on 10.9
  • Loading branch information
kylef committed Nov 18, 2017
1 parent 2f755d4 commit 9a795ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mockingjay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'http://twitter.com/kylefuller'
spec.source = { :git => 'https://github.com/kylef/Mockingjay.git', :tag => "#{spec.version}" }
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.osx.deployment_target = '10.10'
spec.requires_arc = true

spec.subspec 'Core' do |core_spec|
Expand Down

0 comments on commit 9a795ad

Please sign in to comment.