blob: ab8f304c41e30fbf1914937d9b71bedfeaed2035 [file] [log] [blame]
{
"name": "HYBSnapkitAutoCellHeight",
"version": "2.0.0",
"summary": "基于SnapKit封装的自动计算行高的库,使用非常简单,只有一个API",
"description": "基于SnapKit封装的自动计算行高的库,使用简单,只有一个API,作者会一直维护并完善!",
"homepage": "https://github.com/CoderJackyHuang/HYBSnapkitAutoCellHeight",
"screenshots": "http://www.henishuo.com/wp-content/uploads/2016/01/snapkitcellheight.gif",
"license": "MIT",
"authors": {
"huangyibiao": ""
},
"social_media_url": "http://www.henishuo.com",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderJackyHuang/HYBSnapkitAutoCellHeight.git",
"tag": "2.0.0"
},
"source_files": "HYBSnapkitAutoCellHeight/*.swift",
"requires_arc": true,
"dependencies": {
"SnapKit": [
"~> 0.18"
]
}
}