blob: 05f7e62320f8820d12332d4b8bc9671907bb1e86 [file] [log] [blame]
{
"name": "SwiftyComments",
"version": "0.2.0",
"summary": "UITableView based component designed to display a hierarchy of expandable/foldable comments.",
"description": "SwiftyComments is a UITableView based component designed to display a hierarchy of expandable/foldable comments.",
"homepage": "https://github.com/tsucres/SwiftyComments",
"screenshots": [
"https://github.com/tsucres/SwiftyComments/raw/master/Screenshots/ImgurExample.png",
"https://github.com/tsucres/SwiftyComments/raw/master/Screenshots/HNExample.png",
"https://github.com/tsucres/SwiftyComments/raw/master/Screenshots/RedditExample.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stéphane Sercu": "stefsercu@gmail.com"
},
"source": {
"git": "https://github.com/tsucres/SwiftyComments.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyComments/Classes/**/*",
"resources": "SwiftyComments/Assets/*.xcassets",
"dependencies": {
"SwipeCellKit": [
]
},
"frameworks": "UIKit",
"swift_version": "4.1"
}