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