blob: a4d078a15695b9e094eee7414eb7f079384ff735 [file] [log] [blame]
{
"name": "RxAlertExtension",
"version": "1.0.0",
"summary": "RxAlertExtension",
"description": "Extension UIAlertController with Rx.\nUse UIAlertController with Rx.",
"homepage": "https://github.com/RxSwiftCommunity/RxAlert",
"license": "MIT",
"authors": {
" RxSwift Community ": " community@rxswift.org "
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxAlert.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source_files": "RxAlert/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4"
],
"RxCocoa": [
"~> 4"
]
}
}