blob: c93e8cccdf34b26d0bffde2777b706a186297852 [file] [log] [blame]
{
"name": "TFTableDescriptor",
"version": "1.0.0",
"summary": "Simple table descriptor with dynamic cell height support",
"description": " TFTableDescriptor is simple table descriptor that helps you describe how a table content should looks like (sections, row). It have a dynamic cell height support for iOS 7 and higher.\n",
"homepage": "https://github.com/thefuntasty/TFTableDescriptor",
"license": "MIT",
"authors": {
"Ales Kocur": "ales@thefuntasty.com"
},
"source": {
"git": "https://github.com/thefuntasty/TFTableDescriptor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TFTableDescriptor": [
"Pod/Assets/*.png"
]
}
}