blob: d2b7e1d048c2693e5127a877a68f7b2a61fa9073 [file] [log] [blame]
{
"name": "YZTableViewAdapter",
"version": "0.1.0",
"summary": "A Lightweight Tool for Fast Assembly of TableViewCells",
"description": "YZTableViewAdapter uses adapter to manage various TableViewCells. You just need to implement some protocols for each cell to quickly build a list.",
"homepage": "https://github.com/qyz777/YZTableViewAdapter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qyz777": "qyizhong1998@gmail.com"
},
"source": {
"git": "https://github.com/qyz777/YZTableViewAdapter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YZTableViewAdapter/Classes/**/*"
}