blob: 57dfc6323ea7ce3fa2ae96f86be7fbec73c92613 [file] [log] [blame]
{
"name": "SwiftUIMenu",
"version": "1.0.0",
"summary": "Native component in SwiftUI to implement Menu Navigation Pattern. Easy to use, easy to customize.",
"description": "SwiftUIMenu is a component that allows you to implement Menu Navigation Pattern in your App. `Menu` presents a content and a list of of options that's easily displayed by swiping or reacting to an external event such as a navbar button tap. \n\nThere's a bunch of view-modifiers available to give Menu your personal touch. Among others, you can change:\n- Reveal style\n- Reveal ratio\n- Position\n- Header\n- Footer",
"homepage": "https://medium.com/@fmdr.ct",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fermoya": "fmdr.ct@gmail.com"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/fermoya/SwiftUIMenu.git",
"tag": "1.0.0-beta.1"
},
"source_files": "Sources/SwiftUIMenu/**/*.swift",
"xcconfig": {
"SWIFT_VERSION": "5.1"
},
"documentation_url": "https://github.com/fermoya/SwiftUIMenu/blob/master/README.md",
"swift_version": "5.1"
}