blob: 2622c3a050654a4ac43091af06f6dbd6443368e0 [file] [log] [blame]
{
"name": "TFTableDescriptor",
"version": "0.3.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": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TFTableDescriptor": [
"Pod/Assets/*.png"
]
}
}