blob: 19d6829adbc1d0484a7dee9057b6091e59fdf24a [file] [log] [blame]
{
"name": "AlertReactor",
"version": "0.3.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.3.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "UIKit",
"dependencies": {
"ReactorKit": [
],
"RxSwift": [
">= 3.0.0"
],
"RxCocoa": [
">= 3.0.0"
]
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}