blob: 69ef0860d57c49259549182f30dacaab7d8c91a5 [file] [log] [blame]
{
"name": "WBTableView",
"version": "1.0.0",
"summary": "A horizontal tableview used on iOS.",
"description": " A tableview has only one row and Multi-column allows horizontal scrolling.\n",
"homepage": "https://github.com/wubingwell/WBTableView",
"license": "MIT",
"authors": {
"wubing": "bing.wu566@gmail.com"
},
"source": {
"git": "https://github.com/wubingwell/WBTableView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WBTableView/*",
"frameworks": [
"Foundation",
"UIKit"
]
}