blob: d4ecb3be0ad981b8a8715248315062f8d686797b [file] [log] [blame]
{
"name": "SectionReactor",
"version": "0.2.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.2.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"dependencies": {
"ReactorKit": [
],
"RxDataSources": [
">= 2.0.0"
]
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.1"
}