Explorar el Código

Fix resource_bundles misnaming

closure11 hace 2 años
padre
commit
ceb5bf8839
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ReachabilitySwift.podspec

+ 1 - 1
ReachabilitySwift.podspec

@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
     :tag => 'v'+s.version.to_s
   }
   s.source_files = 'Sources/Reachability.swift'
-  s.resource_bundles = {"Kingfisher" => ["Sources/PrivacyInfo.xcprivacy"]}
+  s.resource_bundles = {"ReachabilitySwift" => ["Sources/PrivacyInfo.xcprivacy"]}
   s.framework    = 'SystemConfiguration'
   s.ios.framework    = 'CoreTelephony'