blob: 571278b120958d492ef00cf85a3095b6277f07b2 [file] [log] [blame]
{
"name": "ReactiveCoordinator",
"platforms": {
"ios": "11.0"
},
"summary": "ReactiveCoordinator is a Reactive framework based on the Coordinator pattern.",
"requires_arc": true,
"version": "1.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": "1.0.0"
},
"dependencies": {
"RxSwift": [
]
},
"source_files": "ReactiveCoordinator/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}