[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 1 / Menu / 0.0.1 / Menu.podspec.json
bloba899f028a5fa37cdb193873291e746fc0763e1fb
2   "name": "Menu",
3   "version": "0.0.1",
4   "summary": "The iOS Menu.",
5   "description": "The iOS Menu is a macOS style menu framework for iOS. It provides gesture and tap-based access to menu items, support for keyboard shortcuts, and a themeable, iOS-inspired design.",
6   "homepage": "https://github.com/TwoLivesLeft/Menu",
7   "screenshots": [
8     "https://codea.io/blog/wp-content/uploads/2019/01/clipboard-3.png",
9     "https://codea.io/blog/wp-content/uploads/2019/01/Image-2-1024x654.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Simeon SaĆ«ns": "simeon@twolivesleft.com"
17   },
18   "social_media_url": "https://twitter.com/twolivesleft",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source": {
23     "git": "https://github.com/TwoLivesLeft/Menu.git",
24     "tag": "0.0.1"
25   },
26   "source_files": [
27     "MenuTest/Menu/*.swift",
28     "MenuTest/Util/*.swift"
29   ],
30   "swift_version": "4.2",
31   "dependencies": {
32     "SnapKit": [
34     ]
35   }