blob: 07a35de49422f24ae59ec6dd92a62bd2f8a80023 [file] [log] [blame]
{
"name": "DGTemplateLayoutCell",
"version": "1.1.1",
"summary": "[Swift 2.0] Template auto layout cell for automatically UITableViewCell height calculate, cache and precache",
"description": "[Swift 2.0] 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/zhaodg/DGTemplateLayoutCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhaodg": "https://github.com/zhaodg"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhaodg/DGTemplateLayoutCell.git",
"tag": "v1.1.1"
},
"source_files": "DGTableViewExtension/*.{swift}",
"requires_arc": true
}