blob: f20c6496e9591b6ed36f4659f1434e4a35f759ee [file] [log] [blame]
{
"name": "UITableView+FDTemplateLayoutCell_Bell",
"version": "1.5.0",
"summary": "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/GreedBell/UITableView-FDTemplateLayoutCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"forkingdog group": "https://github.com/forkingdog",
"Bell": "bell@greedlab.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/GreedBell/UITableView-FDTemplateLayoutCell.git",
"tag": "1.5.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}