forked from CEWendel/SWTableViewCell
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSWTableViewCell.podspec
More file actions
Latest commit
17 lines (17 loc) · 769 Bytes
/
Copy pathSWTableViewCell.podspec
File metadata and controls
17 lines (17 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name='SWTableViewCell'
s.version='0.3.8'
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=>s.version.to_s}
s.source_files='SWTableViewCell/PodFiles/*.{h,m}'
s.platform=:ios
s.ios.deployment_target='6.0'
s.requires_arc=true
s.pod_target_xcconfig={'PRODUCT_NAME'=>'SWTableViewCell'}
s.header_dir="SWTableViewCell"
s.module_name="SWTableViewCell"
s.public_header_files='SWTableViewCell/SWTableViewCell/*.h'
end