blob: 13eab67a035c1e1e3de2347b8ee68a142d4c2430 [file] [log] [blame]
{
"name": "RxUIAlertController",
"version": "1.0.1",
"summary": "ReactiveX way to use UIAlertController on iOS.",
"description": "RxSwift binding for [Permission](https://github.com/delba/Permission) API that helps you with UIAlertController in iOS.",
"homepage": "https://github.com/roshanman/RxUIAlertController",
"license": "MIT",
"authors": {
"roshanman": "morenotepad@163.com"
},
"source": {
"git": "https://github.com/roshanman/RxUIAlertController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"pushed_with_swift_version": "3.0"
}