blob: 71e3c9716a1df83534d355d71510b189bee64f20 [file] [log] [blame]
{
"name": "MFViewHeightCache",
"version": "1.0.2",
"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.2"
},
"source_files": "Source/MFViewHeightCache/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}