2
0

MJRefresh.podspec 591 B

1234567891011121314
  1. Pod::Spec.new do |s|
  2. s.name = 'MJRefresh'
  3. s.version = '3.7.2'
  4. s.summary = 'An easy way to use pull-to-refresh'
  5. s.homepage = 'https://github.com/CoderMJLee/MJRefresh'
  6. s.license = 'MIT'
  7. s.authors = {'MJ Lee' => 'richermj123go@vip.qq.com'}
  8. s.platform = :ios, '9.0'
  9. s.source = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version}
  10. s.source_files = 'MJRefresh/**/*.{h,m}'
  11. s.exclude_files = 'MJRefresh/include/**'
  12. s.resource = 'MJRefresh/MJRefresh.bundle'
  13. s.requires_arc = true
  14. end