blob: dc59d6280533044c87efe27654a981e7980e6195 [file] [log] [blame]
{
"name": "UITableView+CellHeightCalculation",
"version": "1.0.0",
"summary": "Auto layout UITableViewCell height calculate and cache.",
"homepage": "https://github.com/Tinghui/UITableView-CellHeightCalculation",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tinghui": "tinghui.zhang3@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Tinghui/UITableView-CellHeightCalculation.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{h,m}"
}