[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 0 / SwiftUIMenu / 1.1.1 / SwiftUIMenu.podspec.json
blob93dadebbf24cffb42f03dabeb0d08230baa7520e
2   "name": "SwiftUIMenu",
3   "version": "1.1.1",
4   "summary": "Native component in SwiftUI to implement Menu Navigation Pattern. Easy to use, easy to customize.",
5   "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",
6   "homepage": "https://medium.com/@fmdr.ct",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fermoya": "fmdr.ct@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "osx": "10.15",
17     "watchos": "6.0"
18   },
19   "swift_versions": "5.1",
20   "source": {
21     "git": "https://github.com/fermoya/SwiftUIMenu.git",
22     "tag": "1.1.1"
23   },
24   "source_files": "Sources/SwiftUIMenu/**/*.swift",
25   "xcconfig": {
26     "SWIFT_VERSION": "5.1"
27   },
28   "documentation_url": "https://github.com/fermoya/SwiftUIMenu/blob/master/README.md",
29   "swift_version": "5.1"