blob: 352ac780140251f8069d083e27ec5a41093f39c7 [file] [log] [blame]
{
"name": "RxTableAndCollectionView",
"version": "1.1.4",
"summary": "Reactive UITableView",
"description": "An RxSwift implementation that helps eliminate boilerplate when creating and populating TableViews and CollectionViews",
"homepage": "https://github.com/devgabrielcoman/RxTableAndCollectionView",
"license": {
"type": "GNU GENERAL PUBLIC LICENSE Version 3",
"file": "LICENSE"
},
"authors": {
"devgabrielcoman": "dev.gabriel.coman@gmail.com"
},
"source": {
"git": "https://github.com/devgabrielcoman/RxTableAndCollectionView.git",
"tag": "1.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"pushed_with_swift_version": "3.0"
}