blob: eceea0fb6974677d5348bff32962e737b8ef9b0a [file] [log] [blame]
{
"name": "WBTableView",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WBTableView/*",
"frameworks": [
"Foundation",
"UIKit"
]
}