blob: 8d88d16544d460c875bfcf69d5f5a6e6a6ba2d14 [file] [log] [blame]
{
"name": "SectionReactor",
"version": "1.0.0",
"summary": "A ReactorKit extension for managing table view and collection view sections with RxDataSources.",
"homepage": "https://github.com/devxoul/SectionReactor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/SectionReactor.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"dependencies": {
"ReactorKit": [
">= 2.0.0"
],
"RxDataSources": [
">= 4.0.0"
]
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "5.0"
}