blob: 3d8483dc5af993beb08d5af0eba2e1ebf7887d0e [file] [log] [blame]
{
"name": "CascadingTableDelegate",
"version": "1.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 `NSIndexPath` 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": "1.2.0"
},
"social_media_url": "https://twitter.com/edopelawi",
"platforms": {
"ios": "8.0"
},
"source_files": "CascadingTableDelegate/Classes/**/*",
"frameworks": "UIKit"
}