blob: b7a3baf06eaa50598c1dda86b68818001575810e [file] [log] [blame]
{
"name": "JVMenu",
"version": "0.1.0",
"summary": "A simple bottom menu.",
"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.",
"homepage": "https://github.com/JV17/JVMenu",
"screenshots": [
"https://github.com/JV17/JVMenu/blob/master/Resources/screenshot-1.png",
"https://github.com/JV17/JVMenu/blob/master/Resources/screenshot-2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JV17": "jorge.valbuena@jorgedeveloper.com"
},
"source": {
"git": "https://github.com/JV17/JVMenu.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/jvdev17",
"swift_versions": "5.0",
"platforms": {
"ios": "13.4"
},
"source_files": "JVMenu/Classes/**/*.{swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"swift_version": "5.0"
}