2
0

MJRefresh.podspec 673 B

1234567891011121314
  1. Pod::Spec.new do |s|
  2. s.name = "MJRefresh"
  3. s.version = "0.0.1"
  4. s.summary = "The easiest way to use pull-to-refresh"
  5. s.homepage = "https://github.com/CoderMJLee/MJRefresh"
  6. s.screenshots = "http://code4app.qiniudn.com/photo/52326ce26803fabc46000000_18.gif"
  7. s.license = "MIT"
  8. s.authors = { 'MJ Lee' => '199109106@qq.com'}
  9. s.platform = :ios, "6.0"
  10. s.source = { :git => "https://github.com/CoderMJLee/MJRefresh.git", :tag => "0.0.1" }
  11. s.source_files = "MJRefreshExample/MJRefreshExample/MJRefresh/*.{h,m}"
  12. s.resource = "MJRefreshExample/MJRefreshExample/MJRefresh/MJRefresh.bundle"
  13. s.requires_arc = true
  14. end