Skip to content

Commit

Permalink
Merge pull request #3 from vasilenkoigor/master
Browse files Browse the repository at this point in the history
Added to podspec osx.deployment_target
  • Loading branch information
etolstoy committed Mar 9, 2017
2 parents 5314b5d + fac4fa2 commit bf0f415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion COOperation.podspec
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/strongself/COOperation"
s.source = { :git => "https://github.com/strongself/COOperation.git", :tag => s.version.to_s }
s.source_files = 'Source/**/*.{h,m}'
s.platform = :ios, "7.0"
s.ios.deployment_target = "7.0"
s.osx.deployment_target = "10.9"
s.requires_arc = true
end

0 comments on commit bf0f415

Please sign in to comment.