Skip to content

Commit

Permalink
Merge pull request #17 from ppeszko/master
Browse files Browse the repository at this point in the history
Correct platform specification
  • Loading branch information
lilfaf committed Dec 15, 2014
2 parents 4a44cdf + 1dec023 commit fc2c4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YTVimeoExtractor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.author = { "Louis Larpin" => "[email protected]" }
s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.0.8" }

s.platform = :ios, '5.0'
s.platform = :osx, '10.8'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.8'
s.source_files = 'YTVimeoExtractor/*.{h,m}'
s.requires_arc = true
end

0 comments on commit fc2c4a3

Please sign in to comment.