Add support for tvOS

This commit is contained in:
Victor Jalencas
2015-10-14 17:19:38 +02:00
parent f086127b46
commit 03ff3ae76a
+1
View File
@@ -14,6 +14,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true