Merge pull request #162 from AlessandroTolomio/patch-2

Update for tvOS
This commit is contained in:
Robert Payne 2015-10-26 19:55:44 +13:00
commit e5820a9582
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'