blob: e6d78dc9baedee6d50da539accba30554eae80c4 [file] [log] [blame]
{
"name": "SectionReactor",
"version": "0.5.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": "0.5.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"dependencies": {
"ReactorKit": [
],
"RxDataSources": [
]
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
}
}