Enabled tvOS spec for dev

This commit is contained in:
aaronschubert0
2016-01-29 11:40:26 +00:00
parent 08d15e4ca5
commit bd3c73624e

View File

@@ -49,5 +49,5 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '7.0'
# tvOS not recognized by older versions of Cocoapods - add this only after tvOS support complete.
# spec.tvos.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'
end