Explorar el Código

Merge pull request #162 from AlessandroTolomio/patch-2

Update for tvOS
Robert Payne hace 10 años
padre
commit
e5820a9582
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      SnapKit.podspec

+ 3 - 2
SnapKit.podspec

@@ -10,8 +10,9 @@ 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'
 
   s.requires_arc = true
-end
+end