- Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathHTPullToRefresh.podspec
More file actions
Latest commit
18 lines (16 loc) · 803 Bytes
/
Copy pathHTPullToRefresh.podspec
File metadata and controls
18 lines (16 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name='HTPullToRefresh'
s.version='0.0.1'
s.platform=:ios,'5.0'
s.license='MIT'
s.summary='Give multiple pull-to-refreshes to any UIScrollView (both vertically and/or horizontally) with minial setup'
s.homepage='https://github.com/hoang-tran/HTPullToRefresh'
s.author={'Hoang Tran'=>'hoangtx.master@gmail.com'}
s.source={:git=>'https://github.com/hoang-tran/HTPullToRefresh.git',:tag=>s.version.to_s}
s.description='HTPullToRefresh allows you to easily add multiple pull-to-refreshes ' \
'to your UIScrollView (both vertically and/or horizontally) with minimal setup'
s.frameworks='QuartzCore'
s.source_files='SVPullToRefresh/*.{h,m}'
s.preserve_paths='Demo'
s.requires_arc=true
end