diff --git a/Quick.podspec b/Quick.podspec index c348545ac..2943d2eb5 100644 --- a/Quick.podspec +++ b/Quick.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = "Quick Contributors" s.ios.deployment_target = "7.0" s.osx.deployment_target = "10.9" - s.tvos.deployment_target = '9.0' + #s.tvos.deployment_target = '9.0' s.source = { :git => "https://github.com/Quick/Quick.git", :tag => "v#{s.version}" } s.source_files = "Quick", "Quick/**/*.{swift,h,m}"