blob: 5cd6189215c14667a427250bc5cd25c05ebc0992 [file] [log] [blame]
{
"name": "RxTableView",
"version": "0.1.0",
"summary": "Reactive UITableView",
"description": "A reactive implementation of UITableView using RxSwift",
"homepage": "https://github.com/devgabrielcoman/RxTableView",
"license": {
"type": "GNU GENERAL PUBLIC LICENSE Version 2",
"file": "LICENSE"
},
"authors": {
"devgabrielcoman": "dev.gabriel.coman@gmail.com"
},
"source": {
"git": "https://github.com/devgabrielcoman/RxTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"RxSwift": [
"3.1.0"
],
"RxCocoa": [
"3.1.0"
]
},
"pushed_with_swift_version": "3.0"
}