blob: ae9c9d370f98960d7111086f57ac814a6bc14b96 [file] [log] [blame]
{
"name": "GokoTableView",
"version": "0.1.0",
"summary": "A block supported UITableView",
"description": "It is a block supported UITableView, which implement by Objective-C.",
"homepage": "https://github.com/Gokotx/GokoTableView",
"license": "MIT",
"authors": {
"Goko": "gokotx@outlook.com"
},
"source": {
"git": "https://github.com/Gokotx/GokoTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "GokoTableView/UITableView+Goko/*",
"frameworks": [
"Foundation",
"UIKit"
]
}