blob: 1094f2cb4423595bbd0c95a8e05f13974ad2760e [file] [log] [blame]
{
"name": "ReactiveCoordinator",
"platforms": {
"ios": "11.0"
},
"summary": "ReactiveCoordinator is a Reactive framework based on the Coordinator pattern.",
"requires_arc": true,
"version": "3.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zafar Ivaev": "z.ivaev@mail.ru"
},
"homepage": "https://github.com/zafarivaev/ReactiveCoordinator",
"source": {
"git": "https://github.com/zafarivaev/ReactiveCoordinator.git",
"tag": "3.0.0"
},
"dependencies": {
"RxSwift": [
]
},
"source_files": "ReactiveCoordinator/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}