Răsfoiți Sursa

Merge pull request #2372 from gquattromani/feature/ABI-Stability-Support

feat: add BUILD_LIBRARY_FOR_DISTRIBUTION flag to podspec
Wei Wang 10 luni în urmă
părinte
comite
5542982789
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      Kingfisher.podspec

+ 1 - 0
Kingfisher.podspec

@@ -36,6 +36,7 @@ Pod::Spec.new do |s|
   s.source       = { :git => "https://github.com/onevcat/Kingfisher.git", :tag => s.version }
   s.source_files  = ["Sources/**/*.swift"]
   s.resource_bundles = {"Kingfisher" => ["Sources/PrivacyInfo.xcprivacy"]}
+  s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
 
   s.requires_arc = true
   s.frameworks = "CFNetwork", "Accelerate"