blob: 7cc7692d3388effbb58cd8eafdc9466b02469ee7 [file] [log] [blame]
{
"name": "RxTableView",
"version": "1.0.5",
"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": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"RxSwift": [
"3.1.0"
],
"RxCocoa": [
"3.1.0"
]
},
"pushed_with_swift_version": "3.0"
}