Преглед изворни кода

Merge pull request #1608 from faimin/master

support be compile with no use_framework! in podfile
Wei Wang пре 5 година
родитељ
комит
e57ea1955a
1 измењених фајлова са 1 додато и 0 уклоњено
  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       = { :git => "https://github.com/onevcat/Kingfisher.git", :tag => s.version }
   s.source_files  = ["Sources/**/*.swift", "Sources/Kingfisher.h"]
   s.source_files  = ["Sources/**/*.swift", "Sources/Kingfisher.h"]
+  s.private_header_files = "Sources/Kingfisher.h"
 
 
   s.requires_arc = true
   s.requires_arc = true
   s.frameworks = "CFNetwork", "Accelerate"
   s.frameworks = "CFNetwork", "Accelerate"