blob: 813225bfae2c60bc41da46f2b9a97cc55095025d [file] [log] [blame]
{
"name": "TFTableDescriptor",
"version": "2.1.0",
"summary": "Simple table descriptor with dynamic cell height support and customization",
"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.",
"homepage": "https://github.com/thefuntasty/TFTableDescriptor",
"license": "MIT",
"authors": {
"Ales Kocur": "ales@thefuntasty.com"
},
"source": {
"git": "https://github.com/thefuntasty/TFTableDescriptor.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TFTableDescriptor": [
"Pod/Assets/*.png"
]
}
}