blob: 6390196493260003634215f784f487747f3f8c58 [file] [log] [blame]
{
"name": "CascadingTableDelegate",
"version": "2.0.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": "2.0.0"
},
"social_media_url": "https://twitter.com/edopelawi",
"platforms": {
"ios": "8.0"
},
"source_files": "CascadingTableDelegate/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}