| 12345678910111213 |
- Pod::Spec.new do |s|
- s.name = "MJRefresh"
- s.version = "2.0.0"
- s.summary = "The easiest way to use pull-to-refresh"
- s.homepage = "https://github.com/CoderMJLee/MJRefresh"
- s.license = "MIT"
- s.authors = { 'MJ Lee' => '199109106@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.resource = "MJRefresh/MJRefresh.bundle"
- s.requires_arc = true
- end
|