zwf преди 11 години
родител
ревизия
bc34578b90
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      MJRefresh.podspec

+ 2 - 1
MJRefresh.podspec

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