[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / f / 0 / JVMenu / 0.1.0 / JVMenu.podspec.json
blobb7a3baf06eaa50598c1dda86b68818001575810e
2   "name": "JVMenu",
3   "version": "0.1.0",
4   "summary": "A simple bottom menu.",
5   "description": "This menu will try to mimic a custom action sheet coming either from the top of the view or the bottom of the view. Written in Swift.",
6   "homepage": "https://github.com/JV17/JVMenu",
7   "screenshots": [
8     "https://github.com/JV17/JVMenu/blob/master/Resources/screenshot-1.png",
9     "https://github.com/JV17/JVMenu/blob/master/Resources/screenshot-2.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "JV17": "jorge.valbuena@jorgedeveloper.com"
17   },
18   "source": {
19     "git": "https://github.com/JV17/JVMenu.git",
20     "tag": "0.1.0"
21   },
22   "social_media_url": "https://twitter.com/jvdev17",
23   "swift_versions": "5.0",
24   "platforms": {
25     "ios": "13.4"
26   },
27   "source_files": "JVMenu/Classes/**/*.{swift}",
28   "ios": {
29     "frameworks": [
30       "UIKit",
31       "Foundation"
32     ]
33   },
34   "swift_version": "5.0"