blob: fe9c798686b91512ce961420aba88e102575f871 [file] [log] [blame]
{
"name": "UITableView+CellHeightCalculation",
"version": "1.0.3",
"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.3"
},
"source_files": "Source/UITableView+CellHeightCalculation.{h,m}",
"dependencies": {
"MFViewHeightCache": [
"~> 1.0.2"
]
}
}