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