blob: 0cfa93f7f88a889f918f4b99ae769bf8356da809 [file] [log] [blame]
{
"name": "RxAlertController-Swift",
"version": "1.0.0",
"summary": "Library for Reactive programming of UIAlertController.",
"description": "Library for Reactive programming of UIAlertController.",
"homepage": "https://github.com/pisces/RxAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Kim": "hh963103@gmail.com"
},
"source": {
"git": "https://github.com/pisces/RxAlertController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxAlertController/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.5.0"
]
}
}