blob: c77612c432b7e7b5dd3fe9998e8e7c648db3f89c [file] [log] [blame]
{
"name": "JDCHorizontalTableView",
"version": "0.1.0",
"summary": "A horizontal tableview implementation.",
"description": "A simple UITableView horizontal version which provides UIKit like interfaces. Easy to use. :) Checkout the demo for details.",
"homepage": "https://github.com/nightwolf-chen/JDCHorizontalTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jiong Chen": "jidongchen93@gmail.com"
},
"source": {
"git": "https://github.com/nightwolf-chen/JDCHorizontalTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "JDCHorizontalTableView/Classes/**/*",
"public_header_files": "JDCHorizontalTableView/Classes/include/*.h",
"frameworks": "UIKit"
}