blob: d4eecd5eb9a5d2c8feb7e6900533a2208546ae34 [file] [log] [blame]
{
"name": "TableFlow",
"version": "1.0.2",
"summary": "UITableView manager.",
"homepage": "https://github.com/Meniny/TableFlow",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Meniny": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/TableFlow.git",
"tag": "1.0.2"
},
"social_media_url": "https://meniny.cn/",
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "TableFlow/**/*.swift",
"resources": [
"TableFlow/**/*.xib"
],
"frameworks": [
"Foundation",
"UIKit"
]
}