blob: 307fb57d2d2d2504b68f7bacf0ef938701b9673e [file] [log] [blame]
{
"name": "CascadingTableDelegate",
"version": "3.2.0",
"summary": "A no-nonsense way to write cleaner `UITableViewDelegate` and `UITableViewDataSource`.",
"description": "CascadingTableDelegate allows you to propagate `UITableViewDelegate` and `UITableViewDataSource` method calls to several objects, based by the `IndexPath` of the method's parameter.",
"homepage": "https://github.com/edopelawi/CascadingTableDelegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ricardo Pramana Suranta": "ricardo.pramana@gmail.com"
},
"source": {
"git": "https://github.com/edopelawi/CascadingTableDelegate.git",
"tag": "3.2.0"
},
"social_media_url": "https://twitter.com/edopelawi",
"platforms": {
"ios": "8.0"
},
"source_files": "CascadingTableDelegate/Classes/**/*",
"frameworks": "UIKit"
}