blob: def7a68848f158d1b2e1c685b9291ae7829c615a [file] [log] [blame]
{
"name": "NMAutoHeightTableCell",
"version": "0.1.2",
"summary": "一个可以使用Autolayout实现自动计算Cell高度的扩展库",
"description": "一个可以使用Autolayout实现自动计算Cell高度的扩展库",
"homepage": "https://github.com/NBaby/NMKit/tree/master/NMAutoHeightTableCell",
"license": "MIT",
"authors": {
"nuomi": "xsz88287703@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/NBaby/NMKit.git",
"tag": "0.1.0"
},
"source_files": [
"NMAutoHeightTableCell/lib",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"YYCache": [
"~> 1.0.3"
],
"YYModel": [
"~> 1.0.2"
]
}
}