blob: d436216b63b10b3f5680ad9e2684230475493690 [file] [log] [blame]
{
"name": "MD-UITableView+FDTemplateLayoutCell",
"version": "1.7",
"summary": "Add UITableHeaderFooterView Support, Template auto layout cell for automatically UITableViewCell height calculate, cache and precache",
"description": "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache. Requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`, provides heights caching.",
"homepage": "https://github.com/madaoCN/MD-UITableView-FDTemplateLayoutCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"madao liang": "https://github.com/madaoCN"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/madaoCN/MD-UITableView-FDTemplateLayoutCell",
"tag": "1.7"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}