blob: 2bb20532428c321bd27716f6b9a7ea04d770bbd6 [file] [log] [blame]
{
"name": "RxAlert",
"version": "1.1.0",
"summary": "A RxSwift extension for UIAlertController",
"description": "A RxSwift extension for UIAlertController.",
"homepage": "https://github.com/xiaoyaogaojian/RxAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaoyaogaojian": "xiaoyaogaojian@outlook.com"
},
"source": {
"git": "https://github.com/xiaoyaogaojian/RxAlert.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxAlert/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}