blob: 77828c7666535bc09a713c170149701ea4da5cca [file] [log] [blame]
{
"name": "DLTemplateLayouTableViewCell",
"version": "0.0.2",
"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.2"
},
"source_files": "DLTemplateLayouTableViewCell/DLTemplateLayouTableViewCell/Sources/*.{h,m}",
"module_map": "DLTemplateLayouTableViewCell/DLTemplateLayouTableViewCell/Support Files/module.modulemap",
"requires_arc": true
}