forked from CoderMJLee/MJRefresh
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMJRefresh.podspec
More file actions
Latest commit
13 lines (13 loc) · 538 Bytes
/
Copy pathMJRefresh.podspec
File metadata and controls
13 lines (13 loc) · 538 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='MJRefresh'
s.version='3.1.0'
s.summary='An easy 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