blob: 162aa0551deed1ecf2c421f98a95a9866447888b [file] [log] [blame]
{
"name": "CascadingTableDelegate",
"version": "4.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": "4.0.0"
},
"social_media_url": "https://twitter.com/edopelawi",
"platforms": {
"ios": "9.0"
},
"source_files": "CascadingTableDelegate/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": [
4.0,
4.2,
5.0
],
"swift_version": "5.0"
}