forked from facebookarchive/IGInterfaceDataTable
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIGInterfaceDataTable.podspec
More file actions
Latest commit
25 lines (19 loc) · 818 Bytes
/
Copy pathIGInterfaceDataTable.podspec
File metadata and controls
25 lines (19 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.newdo |spec|
spec.name='IGInterfaceDataTable'
spec.version='0.1.0'
spec.license={:type=>'BSD'}
spec.authors={'Ryan Nystrom'=>'rnystrom@fb.com'}
spec.summary='A category on WKInterfaceTable that makes configuring tables with multi-dimensional data easier.'
spec.source={:git=>'https://github.com/instagram/IGInterfaceDataTable.git',:tag=>'0.1.0'}
spec.homepage='https://github.com/Instagram/IGInterfaceDataTable'
spec.public_header_files=[
'IGInterfaceDataTable/*.h'
]
spec.source_files=[
'IGInterfaceDataTable/*.{h,m}'
]
spec.watchos.deployment_target=2.0
spec.frameworks='WatchKit'
spec.social_media_url='https://twitter.com/fbOpenSource'
spec.ios.deployment_target='8.2'
end