blob: 7067c29cd84cd49b5855009c754b67133ce38315 [file] [log] [blame]
{
"name": "AdvancedTableView",
"version": "4.0.0",
"summary": "Replacement for UITableView",
"description": "An alternative to UITableView with more features and easier api",
"homepage": "https://gitlab.com/work.shakiba/AdvancedTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mohsenShakiba": "work.shakiba@gmail.com"
},
"source": {
"git": "https://gitlab.com/work.shakiba/AdvancedTableView.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AdvancedTableView/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}