Ver Fonte

Excluded the NetworkReachabilityManager from watchOS in the podspec.

Christian Noon há 10 anos atrás
pai
commit
1ae0cce07b
1 ficheiros alterados com 1 adições e 0 exclusões
  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