diff --git a/Cedar.podspec b/Cedar.podspec index 1cb06e30..c65fba91 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -17,6 +17,11 @@ Pod::Spec.new do |s| s.ios.exclude_files = '**/OSX/**' s.watchos.exclude_files = '**/{OSX,iOS}/**' + if s.respond_to?(:tvos) + s.tvos.deployment_target = '9.0' + s.tvos.exclude_files = '**/OSX/**' + end + # Versions of this pod >= 0.9.0 require C++11. # https://github.com/pivotal/cedar/issues/47 s.xcconfig = {