blob: 4cae0f306e490a7baa55df5c6a719f53443c29f7 [file] [log] [blame]
{
"name": "NStack",
"version": "0.0.4",
"summary": "Hoist navigation state into a coordinator in SwiftUI.",
"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.",
"homepage": "https://github.com/johnpatrickmorgan/NStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnpatrickmorgan": "johnpatrickmorganuk@gmail.com"
},
"source": {
"git": "https://github.com/johnpatrickmorgan/NStack.git",
"tag": "0.0.4"
},
"social_media_url": "https://twitter.com/jpmmusic",
"platforms": {
"ios": "13.0",
"osx": "11.0",
"watchos": "7.0",
"tvos": "13.0"
},
"swift_versions": "5.4",
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"SwiftUI"
],
"deprecated_in_favor_of": "FlowStacks",
"swift_version": "5.4"
}