Files
GitHawk/Pods/Local Podspecs/SwipeCellKit.podspec.json
James Sherlock c28c088629 Initial repository spring clean (#415)
* Move SwipeCellKit & SlackTextViewController to Local Pods directory

* Move playgrounds to own folder

* Create podspec for MMMarkdown and move to Local Pods
2017-09-24 18:35:05 -04:00

19 lines
536 B
JSON

{
"name": "SwipeCellKit",
"version": "1.9.0",
"license": "MIT",
"summary": "Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.",
"homepage": "https://github.com/jerkoch/SwipeCellKit",
"documentation_url": "http://www.jerkoch.com/SwipeCellKit/",
"social_media_url": "https://twitter.com/jerkoch",
"authors": "Jeremy Koch",
"source": {
"git": "https://github.com/jerkoch/SwipeCellKit.git",
"tag": "1.9.0"
},
"source_files": "Source/*.swift",
"platforms": {
"ios": "9.0"
}
}