blob: 8db866c709f8144dff4fee5b16c21e4423a32572 [file] [log] [blame]
{
"name": "RxSectionedCollectionView",
"version": "1.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.0",
"source_files": "RxSectionedCollectionView/Classes/**/*",
"dependencies": {
"SectionedCollectionView": [
"~> 1.1.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}