Skip to content

Commit

Permalink
Disable tvOS support for Xcode 7.0 for cocoapods
Browse files Browse the repository at this point in the history
- tvOS support prevents pushing Podspec
  • Loading branch information
jeffh committed Oct 18, 2015
1 parent e557599 commit 7d0b8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quick.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7d0b8c2

Please sign in to comment.