Pārlūkot izejas kodu

Excluded the NetworkReachabilityManager from watchOS in the podspec.

Christian Noon 10 gadi atpakaļ
vecāks
revīzija
1ae0cce07b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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.watchos.deployment_target = '2.0'
 
 
   s.source_files = 'Source/*.swift'
   s.source_files = 'Source/*.swift'
+  s.watchos.exclude_files = 'Source/NetworkReachabilityManager.swift'
 
 
   s.requires_arc = true
   s.requires_arc = true
 end
 end