blob: 073f092c5feb02d70013821b670fe0f44388c590 [file] [log] [blame]
{
"name": "RxAlertAction",
"version": "1.0.0",
"summary": "The convenient way to combine UIAlertController and RxSwift",
"homepage": "https://github.com/gsagadyn/RxAlertAction",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grzegorz Sagadyn": "sagadyn@gmail.com"
},
"source": {
"git": "https://github.com/gsagadyn/RxAlertAction.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "RxAlertAction/**/*",
"swift_versions": "5.1",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
]
},
"swift_version": "5.1"
}