blob: 9b5925deef10d44163dca5215e34d8e627f33455 [file] [log] [blame]
{
"name": "DSDMenu",
"version": "0.2.5",
"summary": "A dead-simpe, UIkit-based dropdown menu, written in Swift",
"description": "This pod allows you to use subclass of the UIButton UIKit class, DropDownMenu, to create beautiful and customizable drop-down menus.",
"homepage": "https://github.com/m3g0byt3/DSDMenu",
"screenshots": [
"https://raw.githubusercontent.com/m3g0byt3/DSDMenu/master/Images/screenshot01.png",
"https://raw.githubusercontent.com/m3g0byt3/DSDMenu/master/Images/screenshot02.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"m3g0byt3": "m3g0byt3@gmail.com"
},
"source": {
"git": "https://github.com/m3g0byt3/DSDMenu.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "Source/**/*",
"frameworks": "UIKit"
}