blob: fa05d8f2084f0c79751141e036dc6d08849ee937 [file] [log] [blame]
{
"name": "DLTemplateLayouTableViewCell",
"version": "0.0.1",
"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/sdkdimon/DLTemplateLayouTableViewCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dmitry lizin": "https://github.com/sdkdimon"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sdkdimon/DLTemplateLayouTableViewCell.git",
"tag": "0.0.1"
},
"source_files": "DLTemplateLayouTableViewCell/DLTemplateLayouTableViewCell/sources/*.{h,m}",
"module_map": "DLTemplateLayouTableViewCell/DLTemplateLayouTableViewCell/sources/module.modulemap",
"requires_arc": true
}