Skip to content

Commit

Permalink
Merge pull request #29 from SoneeJohn/patch-1
Browse files Browse the repository at this point in the history
Add 10.9 requirement to podspec
  • Loading branch information
lilfaf committed Nov 26, 2015
2 parents fa3d9bc + 8ff490b commit c03f334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YTVimeoExtractor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.2.0" }

s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.source_files = 'YTVimeoExtractor/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit c03f334

Please sign in to comment.