blob: 7cd051ec11ce0c452339b30b3813b13960d8100e [file] [log] [blame]
{
"name": "AlertReactor",
"version": "0.4.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.4.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "UIKit",
"dependencies": {
"ReactorKit": [
],
"RxSwift": [
">= 4.0.0"
],
"RxCocoa": [
">= 4.0.0"
]
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "4.0"
}