瀏覽代碼

Excluded the NetworkReachabilityManager from watchOS in the podspec.

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

+ 1 - 0
Alamofire.podspec

@@ -14,6 +14,7 @@ Pod::Spec.new do |s|
   s.watchos.deployment_target = '2.0'
 
   s.source_files = 'Source/*.swift'
+  s.watchos.exclude_files = 'Source/NetworkReachabilityManager.swift'
 
   s.requires_arc = true
 end