mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 17:25:52 +08:00
* Move SwipeCellKit & SlackTextViewController to Local Pods directory * Move playgrounds to own folder * Create podspec for MMMarkdown and move to Local Pods
19 lines
536 B
JSON
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"
|
|
}
|
|
}
|