Ver Fonte

Updated source_files in Podspec

Yuri Mikhaylov há 10 anos atrás
pai
commit
98eaf74d0b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Kingfisher.podspec

+ 1 - 1
Kingfisher.podspec

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