zwf 11 ani în urmă
părinte
comite
64d349c064
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      MJRefresh.podspec

+ 1 - 1
MJRefresh.podspec

@@ -8,6 +8,6 @@ Pod::Spec.new do |s|
   s.authors      = { 'CoderMJLee' => '199109106@qq.com'}
   s.platform     = :ios, "6.0"
   s.source       = { :git => "https://github.com/CoderMJLee/MJRefresh.git", :branch => "master" }
-  s.source_files  = "MJRefreshExample/MJRefreshExample/MJRefresh/"
+  s.source_files  = "MJRefreshExample/MJRefreshExample/MJRefresh/*.{h,m,bundle}"
   s.requires_arc = true
 end