Forráskód Böngészése

Merge pull request #1608 from faimin/master

support be compile with no use_framework! in podfile
Wei Wang 5 éve
szülő
commit
e57ea1955a
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Kingfisher.podspec

+ 1 - 0
Kingfisher.podspec

@@ -35,6 +35,7 @@ Pod::Spec.new do |s|
 
   s.source       = { :git => "https://github.com/onevcat/Kingfisher.git", :tag => s.version }
   s.source_files  = ["Sources/**/*.swift", "Sources/Kingfisher.h"]
+  s.private_header_files = "Sources/Kingfisher.h"
 
   s.requires_arc = true
   s.frameworks = "CFNetwork", "Accelerate"