We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a1e7e commit dd358c6Copy full SHA for dd358c6
MJRefresh.podspec
@@ -1,13 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = 'MJRefresh'
3
- s.version = '3.7.1'
+ 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
0 commit comments