Explorar o código

fix podspec

fix podspec
M了个J %!s(int64=8) %!d(string=hai) anos
pai
achega
93da8013ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MJRefresh.podspec

+ 1 - 1
MJRefresh.podspec

@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
     s.authors      = {'MJ Lee' => 'richermj123go@vip.qq.com'}
     s.platform     = :ios, '6.0'
     s.source       = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version}
-    s.source_files = 'MJRefresh/*.{h,m}'
+    s.source_files = 'MJRefresh/**/*.{h,m}'
     s.resource     = 'MJRefresh/MJRefresh.bundle'
     s.requires_arc = true
 end