blob: ea6952b22f30e63b9147e9af3091b719d173f8d7 [file] [log] [blame]
{
"name": "MFViewHeightCache",
"version": "1.0.1",
"summary": "Height calculate and cache for auto layout views.",
"homepage": "https://github.com/Tinghui/UITableView-CellHeightCalculation",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tinghui": "tinghui.zhang3@gmail.com"
},
"source": {
"git": "https://github.com/Tinghui/UITableView-CellHeightCalculation.git",
"tag": "1.0.1"
},
"source_files": "Source/MFViewHeightCache/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}