forked from Alex9779/SWTableViewCell
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSWTableViewCell.podspec
More file actions
Latest commit
13 lines (13 loc) · 561 Bytes
/
Copy pathSWTableViewCell.podspec
File metadata and controls
13 lines (13 loc) · 561 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='SWTableViewCell'
s.version='0.2.3'
s.author={'Chris Wendel'=>'chriwend@umich.edu'}
s.homepage='https://github.com/CEWendel/SWTableViewCell'
s.summary='UITableViewCell subclass that implements a swipeable content view which exposes utility buttons.'
s.license='MIT'
s.source={:git=>'https://github.com/CEWendel/SWTableViewCell.git',:tag=>'0.2.3'}
s.source_files='SWTableViewCell/PodFiles/*.{h,m}'
s.platform=:ios
s.ios.deployment_target='6.1'
s.requires_arc=true
end