blob: 99ea0c80195e7220b9e645e7ea7793b8d671cd76 [file] [log] [blame]
{
"name": "RxDataSourcesSingleSection",
"version": "0.2.1",
"summary": "SingleSection extensions for RxDataSources.",
"description": "This library provides simple extensions to create a table view or collection view which contains only a single section, with the RxDataSources library.",
"homepage": "https://github.com/lm2343635/RxDataSourcesSingleSection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/lm2343635/RxDataSourcesSingleSection.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "RxDataSourcesSingleSection/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxDataSources": [
"~> 4"
],
"Reusable": [
"~> 4"
]
},
"swift_version": "5.0"
}