blob: 6f957f608ad8f8012be590e998b3750f182caee9 [file] [log] [blame]
{
"name": "RxPanModal",
"version": "0.1.3",
"summary": "RxSwift reactive extension for PanModal.",
"description": "RxPanModal is a RxSwift reactive extension for the library PanModal. With RxPanModal, a view controller can be presented as a pan model from the view model directly.",
"homepage": "https://github.com/xflagstudio/RxPanModal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/xflagstudio/RxPanModal.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "RxPanModal/Classes/Core/**/*",
"dependencies": {
"PanModal": [
"~> 1"
],
"RxCocoa": [
"~> 5"
]
}
},
{
"name": "Template",
"source_files": "RxPanModal/Classes/Template/**/*",
"dependencies": {
"RxPanModal/Core": [
"~> 0"
],
"SnapKit": [
"~> 5"
]
}
}
]
}