[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 3 / 5 / 2 / NStack / 0.0.1 / NStack.podspec.json
blobe76b660929858a693a691522508f191ea0cc8c45
2   "name": "NStack",
3   "version": "0.0.1",
4   "summary": "Hoist navigation state into a coordinator in SwiftUI.",
5   "description": "An NStack allows you to hoist SwiftUI navigation state into a higher-level \ncoordinator view. The coordinator pattern allows you to write isolated views \nthat have zero knowledge of their context within an app.",
6   "homepage": "https://github.com/johnpatrickmorgan/NStack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "johnpatrickmorgan": "johnpatrickmorganuk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/johnpatrickmorgan/NStack.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/jpmmusic",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "11.0",
22     "watchos": "7.0",
23     "tvos": "13.0"
24   },
25   "swift_versions": "5.4",
26   "source_files": "Sources/**/*",
27   "frameworks": [
28     "Foundation",
29     "SwiftUI"
30   ],
31   "deprecated_in_favor_of": "FlowStacks",
32   "swift_version": "5.4"