blob: ebc4ad1fc3f588c76c2aaf8fd4433bda8773d32b [file] [log] [blame]
{
"name": "RxAlertController",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxAlertController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}