2 "name": "ADCoordinator",
4 "summary": "An implementation of the coordinator pattern used at Fabernovel.",
5 "description": "Coordinators are a powerful pattern to decouple the navigation from the view controllers in an app.\nThis library provides a base class `Coordinator` and a mecanism to retain and release coordinators easily.",
6 "homepage": "https://github.com/faberNovel/Coordinator",
12 "Pierre Felgines": "pierre.felgines@fabernovel.com"
15 "git": "https://github.com/faberNovel/Coordinator.git",
18 "social_media_url": "https://twitter.com/fabernovel",
27 "swift_versions": "5.1",
28 "source_files": "ADCoordinator/Classes/**/*",
29 "swift_version": "5.1"