blob: 224db952c6081686d5ff2851e5988d4072b3c571 [file] [log] [blame]
{
"name": "MD-UITableView+FDTemplateLayoutCell",
"version": "1.9",
"summary": "Add UITableHeaderFooterView Support, Template auto layout cell for automatically UITableViewCell height calculate, cache and precache",
"description": "Add UITableHeaderFooterView Support, 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.git",
"tag": "1.9"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}