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