2 "name": "VBCoordinator",
4 "summary": "Implementation of Mediator pattern to control screens flow.",
5 "description": "Implementation of Mediator pattern to control screens flow.\n\nCheck these articles https://medium.com/blacklane-engineering/coordinators-essential-tutorial-part-i-376c836e9ba7 and https://medium.com/blacklane-engineering/coordinators-essential-tutorial-part-ii-b5ab3eb4a74 to get the idea of what coordinator is.\n\nIn short, a coordinator is a mediator between several screens or between other coordinators (screens flow). It opens ViewControllers and other coordinators. All screens are developed to be totally independent from each other. A ViewController is never opened from another one - only coordinator should do this. \n\nYou create a hierarchy of coordinators starting with the AppCoordinator. He \"knows\" which flow should be first depending on situation.",
6 "homepage": "https://github.com/valnoc/Coordinator",
9 "Valeriy Bezuglyy": "valnocorner@gmail.com"
12 "git": "https://github.com/valnoc/Coordinator.git",
15 "swift_versions": "5.2",
20 "source_files": "Sources/**/*",
21 "swift_version": "5.2"