blob: 1f496c69e5e6e96e24221911138eee92267ccccf [file] [log] [blame]
{
"name": "RxAlertController-Swift",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxAlertController/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0.1"
]
}
}