blob: 553fa6eadf306d721a38d314c8a6af6a9b39e3e4 [file] [log] [blame]
{
"name": "SegueCoordinator",
"platforms": {
"ios": "9.0"
},
"version": "0.9.1",
"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.1"
},
"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.",
"swift_version": "5.0"
}