blob: 749f400117522b2555d1f2f25dd5b59fcdd5cd46 [file] [log] [blame]
{
"name": "FlexibleTableViewController",
"version": "1.1.0",
"summary": "Generic table view controller with external data processing",
"description": "Generic table view controller with external data processing of functionality,\nlike determine cell's `reuseIdentifier` related to `indexPath`, \nconfiguration of requested cell for display and cell selection handler",
"homepage": "https://github.com/dimpiax/FlexibleTableViewController",
"screenshots": "https://github.com/dimpiax/FlexibleTableViewController/raw/master/thumbnail.png",
"license": "MIT",
"authors": {
"Pilipenko Dima": "dimpiax@gmail.com"
},
"source": {
"git": "https://github.com/dimpiax/FlexibleTableViewController.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/dimpiax",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FlexibleTableViewController": [
"Pod/Assets/*.png"
]
}
}