blob: c550d0787dad96262fa3d47ed217c23a09f59471 [file] [log] [blame]
{
"name": "HYBMasonryAutoCellHeight",
"version": "1.0.1",
"summary": "基于Masonry的自动计算cell的行高的扩展库,且高效缓存行高",
"homepage": "http://www.henishuo.com/masonry-cell-height-auto-calculate/",
"license": "MIT",
"authors": {
"huangyibiao": "huangyibiao520@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/CoderJackyHuang/HYBMasonryAutoCellHeight.git",
"tag": "1.0.1"
},
"source_files": [
"HYBMasonryAutoCellHeight",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6"
]
}
}