[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 4 / 0 / f / NavigationBackport / 0.9.1 / NavigationBackport.podspec.json
blob4caa621c0e2656397bdbcbf646781ff4b9c9858c
2   "name": "NavigationBackport",
3   "version": "0.9.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Patrick Morgan": "johnpatrickmorganuk@gmail.com"
13   },
14   "platforms": {
15     "ios": "14.0",
16     "osx": "11.0",
17     "watchos": "7.0",
18     "tvos": "14.0"
19   },
20   "source": {
21     "git": "https://github.com/johnpatrickmorgan/NavigationBackport.git",
22     "tag": "0.9.1"
23   },
24   "source_files": "Sources/NavigationBackport/*.swift",
25   "frameworks": [
26     "SwiftUI",
27     "Foundation"
28   ],
29   "swift_versions": "5.6",
30   "swift_version": "5.6"