- Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathTableKit.podspec
More file actions
Latest commit
17 lines (13 loc) · 676 Bytes
/
Copy pathTableKit.podspec
File metadata and controls
17 lines (13 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name='TableKit'
s.module_name='TableKit'
s.version='2.11.0'
s.homepage='https://github.com/maxsokolov/TableKit'
s.summary='Type-safe declarative table views with Swift.'
s.author={'Max Sokolov'=>'i@maxsokolov.net'}
s.license={:type=>'MIT',:file=>'LICENSE'}
s.platforms={:ios=>'8.0'}
s.ios.deployment_target='8.0'
s.source_files='Sources/*.swift'
s.source={:git=>'https://github.com/maxsokolov/TableKit.git',:tag=>s.version}
end