2 "name": "Routing-SebastianPickl",
3 "module_name": "Routing",
5 "summary": "Strongly typed routing concept without static navigation flows.",
6 "description": "Router is based on the idea of open navigation flows where any location inside an app can be reached from anywhere by passing instances of `Route` types to corresponding, preregistered `RouteHandler`s. While `Route`s provide necessary information about the desination, `RouteHandler`s will provide instances of a generic `View` type which can be specified as `AnyView`, `UIViewController`, `NSViewController` or any other type.",
7 "homepage": "https://github.com/sebastianpixel/Routing",
8 "authors": "Sebastian Pickl",
9 "social_media_url": "https://twitter.com/SebastianPickl",
14 "swift_versions": "5.3",
22 "git": "https://github.com/sebastianpixel/Routing.git",
25 "source_files": "Sources/Routing/**/*.swift",
30 "source_files": "Tests/RoutingTests"
33 "swift_version": "5.3"