blob: aef329c9b2bff4436563d70e6d940a3f69d2076e [file] [log] [blame]
{
"name": "RxAlertViewable",
"version": "0.9",
"summary": "A simple alert library with RxSwift supported.",
"description": "RxAlertViewable is created for developing the MVVM app with RxSwift. It supports to show a simple alert from the view model class using the signal Observable<RxAlert>.",
"homepage": "https://github.com/lm2343635/RxAlertViewable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/lm2343635/RxAlertViewable.git",
"tag": "0.9"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "RxAlertViewable/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_version": "5.0"
}