2 "name": "CoordinatorLibrary",
4 "summary": "CoordinatorLibrary is a library to help simplify working with the 'Coordinator Pattern'",
5 "description": "CoordinatorLibrary is based on the 'Coordinator Pattern' which attempts to solve the problem of 'Seperation of concerns' by seperating navigation flow logic from a UIViewController and abstracting navigation into it's own object, allowing for reusability of ViewControllers. The library helps make it simpler to adopt/use the 'Coordinator Pattern'",
6 "homepage": "https://github.com/kaunamohammed/CoordinatorLibrary",
12 "kaunamohammed": "kaunamohammed@gmail.com"
15 "git": "https://github.com/kaunamohammed/CoordinatorLibrary.git",
18 "social_media_url": "https://twitter.com/kauna_mohammed",
22 "source_files": "Coordinator/**/*",
23 "swift_versions": "5.0",
24 "swift_version": "5.0"