blob: 9eb4ad15345135a3202e394c613c40ae9efe2fbd [file] [log] [blame]
{
"name": "AlertReactor",
"version": "0.6.0",
"summary": "ReactorKit extension for UIAlertController",
"homepage": "https://github.com/devxoul/AlertReactor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/AlertReactor.git",
"tag": "0.6.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "UIKit",
"dependencies": {
"ReactorKit": [
">= 2.0.0"
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0"
}