blob: 47c479b173b28098599c5ee30cc2fed5f640174d [file] [log] [blame]
{
"name": "RxUIAlertController",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"pushed_with_swift_version": "3.0"
}