[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / d / 7 / VBCoordinator / 1.3.0 / VBCoordinator.podspec.json
bloba749101ba5ac3bfa98b2a4446ac6cdf8c61859f5
2   "name": "VBCoordinator",
3   "version": "1.3.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/Coordinator.git",
13     "tag": "1.3.0"
14   },
15   "swift_versions": "5.2",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*",
21   "swift_version": "5.2"