diff --git a/Mockingjay.podspec b/Mockingjay.podspec index 4a563c7..7a751a7 100644 --- a/Mockingjay.podspec +++ b/Mockingjay.podspec @@ -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|