瀏覽代碼

Added the tvos deployment target to the podspec.

Christian Noon 10 年之前
父節點
當前提交
2b0c61c830
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Alamofire.podspec

+ 1 - 0
Alamofire.podspec

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