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