Skip to content

Commit 7d0b8c2

Browse files
committed
Disable tvOS support for Xcode 7.0 for cocoapods
- tvOS support prevents pushing Podspec
1 parent e557599 commit 7d0b8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Quick.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.author = "Quick Contributors"
1414
s.ios.deployment_target = "7.0"
1515
s.osx.deployment_target = "10.9"
16-
s.tvos.deployment_target = '9.0'
16+
#s.tvos.deployment_target = '9.0'
1717

1818
s.source = { :git => "https://github.com/Quick/Quick.git", :tag => "v#{s.version}" }
1919
s.source_files = "Quick", "Quick/**/*.{swift,h,m}"

0 commit comments

Comments
 (0)