blob: 466812ed0f18eb7dd9659aff98dd69859cfc95aa [file] [log] [blame]
{
"name": "RxAlertViewable",
"version": "0.1",
"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<RxAlertType>.",
"homepage": "https://github.com/lm2343635/RxAlertViewable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/lm2343635/ShapeView.git",
"tag": "0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*"
}