blob: 4f0880d5568620c2d8fa065b374c09f4990ccf67 [file] [log] [blame]
{
"name": "RxUIAlert",
"version": "1.0.0",
"summary": "RxUIAlert",
"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"
]
}
}