[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / f / FlowStacks / 0.3.6 / FlowStacks.podspec.json
blobed8ec513bb2b2e1559195462c098473a9880561e
2   "name": "FlowStacks",
3   "version": "0.3.6",
4   "summary": "Hoist navigation state into a coordinator in SwiftUI.",
5   "description": "FlowStacks allows you to hoist SwiftUI navigation or presentation state into a \nhigher-level coordinator 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/FlowStacks",
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/FlowStacks.git",
16     "tag": "0.3.6"
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": "14.0"
24   },
25   "swift_versions": "5.4",
26   "source_files": "Sources/**/*",
27   "frameworks": [
28     "Foundation",
29     "SwiftUI"
30   ],
31   "swift_version": "5.4"