Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
fix podspec
  • Loading branch information
520dev committed Nov 21, 2017
1 parent 65ce2ea commit 93da801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MJRefresh.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.authors = {'MJ Lee' => '[email protected]'}
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

0 comments on commit 93da801

Please sign in to comment.