Update for tvOS

This commit is contained in:
AlessandroTolomio 2015-10-14 15:38:13 +02:00
parent 10e9c37f38
commit e31529a3c9
1 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.source_files = 'Source/*.swift'