Kaynağa Gözat

Added support of tvOS.

CocoaBob 10 yıl önce
ebeveyn
işleme
14cdb0d355
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Swifter.podspec

+ 1 - 0
Swifter.podspec

@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
   s.author                = { "Damian Kołakowski" => "kolakowski.damian@gmail.com" }
   s.ios.deployment_target = "8.0"
   s.osx.deployment_target = "10.9"
+  s.tvos.deployment_target = "9.0"
   s.source                = { :git => "https://github.com/glock45/swifter.git", :tag => "1.2.0" }
   s.source_files          = 'Sources/*.{h,m,swift}'