2 "name": "NavigationBackport",
4 "summary": "Backports NavigationStack for older SwiftUI versions.",
5 "description": "This package uses the navigation APIs available in older SwiftUI versions \n(such as `NavigationView` and `NavigationLink`) to recreate the new `NavigationStack` APIs \nintroduced in WWDC22, so that you can start targeting those APIs on older versions of iOS, tvOS, \nmacOS and watchOS. When running on an OS version that supports `NavigationStack`, `NavigationStack` \nwill be used under the hood.",
6 "homepage": "https://github.com/johnpatrickmorgan/NavigationBackport",
12 "John Patrick Morgan": "johnpatrickmorganuk@gmail.com"
21 "git": "https://github.com/johnpatrickmorgan/NavigationBackport.git",
24 "source_files": "Sources/NavigationBackport/*.swift",
29 "swift_versions": "5.6",
30 "swift_version": "5.6"