From 8ff490b65bbfd1d52fb4c8642f42c378be274595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sone=C3=A9=20John?= Date: Wed, 25 Nov 2015 15:13:35 -0400 Subject: [PATCH] Add 10.9 requirement to podspec NSURLSession is available on 10.9 or later the pod spec previously had 10.8. --- YTVimeoExtractor.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YTVimeoExtractor.podspec b/YTVimeoExtractor.podspec index 5e5eb3e..9a0075c 100644 --- a/YTVimeoExtractor.podspec +++ b/YTVimeoExtractor.podspec @@ -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