blob: 00b6f1c3d152284709c10dd27e740b3631d534aa [file] [log] [blame]
{
"name": "SegueCoordinator",
"platforms": {
"ios": "9.0"
},
"version": "0.9.0",
"summary": "Create separate classes that will handle navigation instead of view controllers",
"homepage": "https://github.com/npu3pak/ios-lib-segue-coordinator",
"documentation_url": "https://npu3pak.github.io/ios-lib-segue-coordinator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeniy Safronov": "evsafronov.personal@yandex.ru"
},
"source": {
"git": "https://github.com/npu3pak/ios-lib-segue-coordinator.git",
"tag": "0.9.0"
},
"swift_versions": "5.0",
"source_files": "SegueCoordinator/Classes/**/*",
"description": "Alternative to Application Coordinator pattern. Create separate classes that will handle navigation instead of view controllers."
}