blob: 789ce427d2bbfc3da3aaac72faf84bbf6530ccea [file] [log] [blame]
{
"name": "HYBMasonryAutoCellHeight",
"version": "1.0.0",
"summary": "基于Masonry的自动计算cell的行高的扩展库",
"homepage": "http://hybios.lianliankeji.com/cocoapods-support/",
"license": "MIT",
"authors": {
"huangyibiao": "huangyibiao520@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/632840804/HYBMasonryAutoCellHeight.git",
"tag": "1.0.0"
},
"source_files": [
"HYBMasonryAutoCellHeight",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6"
]
}
}