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