blob: 743d10cd8e36795de6200e9a5ed491aa68ef4da0 [file] [log] [blame]
{
"name": "RxAlertController",
"version": "4.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": "4.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxAlertController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.3.1"
]
}
}