blob: 50c40b3ff17f474d3488c967e93f8bad50690cec [file] [log] [blame]
{
"name": "UITableView+FDTemplateLayoutCell",
"version": "1.1-beta",
"summary": "Template auto layout cell for automatically UITableViewCell height calculating and caching",
"description": "Template auto layout cell for automatically UITableViewCell height calculating and caching, requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`, provides heights caching.",
"homepage": "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"forkingdog group": "https://github.com/forkingdog"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git",
"tag": "1.1-beta"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}