blob: 4a7c196ecc6b1230dada786603847b29e4cfffdf [file] [log] [blame]
{
"name": "DZLayoutTable",
"version": "0.1.7",
"summary": "cell高度变动的tableview的一套通用框架",
"description": " cell高度变动的tableview的一套通用框架,通过定义几个基础的类,以及布局流程来简化tableview的维护。\n",
"homepage": "https://github.com/yishuiliunian/DZLayoutTable",
"license": "MIT",
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/DZLayoutTable.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DZLayoutTable": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}