blob: 615de8e4bf92fde1ef7f6f34a11b24d6d2c5bc4e [file] [log] [blame]
{
"name": "RxSectionedCollectionView",
"version": "1.1.1",
"summary": "RxSwift bindings for SectionedCollectionView",
"description": "RxSwift bindings for [SectionedCollectionView]",
"homepage": "https://github.com/hattrick-it/RxSectionedCollectionView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"estebanarrua": "esteban.arrua@hattrick-it.com"
},
"source": {
"git": "https://github.com/hattrick-it/RxSectionedCollectionView.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.0",
"source_files": "RxSectionedCollectionView/Classes/**/*",
"dependencies": {
"SectionedCollectionView": [
"~> 1.1.1"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}