Sfoglia il codice sorgente

Trying to fix a strange warning

Yuri Mikhaylov 10 anni fa
parent
commit
0a41354eeb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Kingfisher.podspec

+ 1 - 0
Kingfisher.podspec

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