blob: f4081c585e019a59e6e0f48053ca815916b8e411 [file] [log] [blame]
{
"name": "WATableViewAdapter",
"version": "0.1.1",
"swift_version": "4.1",
"summary": "WATableViewAdapter contains wrappers for UITableViewDatasource and UITableViewDelegate which provides multilevel tableview.",
"description": "iOS tabelview does not provides the multi-level functionality. WATableViewAdapter provides this functionality. This library contains wrappers for UITableViewDatasource and UITableViewDelegate which provides functionality of multilevel tableview.",
"homepage": "https://github.com/wasimshigri/WATableViewAdapter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wasimshigri": "wasimshigri@gmail.com"
},
"source": {
"git": "https://github.com/wasimshigri/WATableViewAdapter.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WATableViewAdapter/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwipeCellKit": [
]
}
}