forked from SwipeCellKit/SwipeCellKit
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwipeCellKit.podspec
More file actions
Latest commit
16 lines (13 loc) · 559 Bytes
/
Copy pathSwipeCellKit.podspec
File metadata and controls
16 lines (13 loc) · 559 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name='SwipeCellKit'
s.version='1.8.0'
s.license='MIT'
s.summary='Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.'
s.homepage='https://github.com/jerkoch/SwipeCellKit'
s.documentation_url='http://www.jerkoch.com/SwipeCellKit/'
s.social_media_url='https://twitter.com/jerkoch'
s.author='Jeremy Koch'
s.source={:git=>'https://github.com/jerkoch/SwipeCellKit.git',:tag=>s.version}
s.source_files='Source/*.swift'
s.ios.deployment_target='9.0'
end