Skip to content

Commit

Permalink
Add 10.9 requirement to podspec
Browse files Browse the repository at this point in the history
NSURLSession is available on 10.9 or later the pod spec previously had 10.8.
  • Loading branch information
SoneeJohn committed Nov 25, 2015
1 parent fceeb30 commit 8ff490b
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 8ff490b

Please sign in to comment.