blob: c3768e80ecfcdc47deb74dbb71eeed9a5abef3d5 [file] [log] [blame]
{
"name": "SelectionMenu",
"version": "0.2.0",
"summary": "Overlay menu supporting both buttons and option selection",
"description": "Overlay menu with customizable appearance and variation of content sections.\nIt allows to present single-selection, multi-selection or button-like rows.",
"homepage": "https://github.com/ntvr/SelectionMenu",
"screenshots": [
"https://raw.githubusercontent.com/ntvr/SelectionMenu/master/Screenshots/Examples/boldAndBasic_rightToLeft_topToBottom_up.png",
"https://raw.githubusercontent.com/ntvr/SelectionMenu/master/Screenshots/Examples/crispComplementary_left_top.png",
"https://raw.githubusercontent.com/ntvr/SelectionMenu/master/Screenshots/Examples/chocolatyBrowns_rightToLeft_centerToCenter_up.png",
"https://raw.githubusercontent.com/ntvr/SelectionMenu/master/Screenshots/Examples/orangeAccent_rightToRight_topToBottom_up.png",
"https://raw.githubusercontent.com/ntvr/SelectionMenu/master/Screenshots/Examples/coolBlues_centerToCenter_bottomToTop_down.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stemberamichal": "stembera.michal@gmail.com"
},
"source": {
"git": "https://github.com/ntvr/SelectionMenu.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "SelectionMenu/Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 4"
]
}
}