blob: 362b7a60be7eaabee8995bd4ab9caba38ec7f11a [file] [log] [blame]
{
"name": "SelectionMenu",
"version": "0.1.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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stemberamichal": "stembera.michal@gmail.com"
},
"source": {
"git": "https://github.com/ntvr/SelectionMenu.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "SelectionMenu/Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 4"
]
}
}