blob: 7ede13fa5e276c8a2b92a7a642a5cd6ced54d935 [file] [log] [blame]
{
"name": "RxDataSourcesToRxCells",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Supports to use both RxCells and RxDataSources.",
"homepage": "https://github.com/GeneralD/RxDataSourcesToRxCells",
"social_media_url": "https://twitter.com/TheDreamBoss",
"authors": {
"Yumenosuke": "yumejustice@gmail.com"
},
"source": {
"git": "https://github.com/GeneralD/RxDataSourcesToRxCells.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "13.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxCells": [
],
"RxDataSources": [
],
"Reusable": [
]
},
"frameworks": "UIKit",
"source_files": "Sources/*.swift",
"swift_version": "5.0"
}