blob: 3dbdf643487bc40d4a3127a2f04ab430aa98606f [file] [log] [blame]
{
"name": "RxAlertController",
"version": "5.0.0",
"summary": "A reactive wrapper built around UIAlertController.",
"description": "RxAlertController allows you to display messages on the screen, using the sequence of RxSwift observable streams instead of traditional closures.",
"homepage": "https://github.com/evgeny-sureev/RxAlertController",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Evgeny Sureev": "u@litka.ru"
},
"source": {
"git": "https://github.com/evgeny-sureev/RxAlertController.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxAlertController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
}
}