MJRefresh.podspec 586 B

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