blob: 7e39c241edfacca76aa39d037738569e515319bb [file] [log] [blame]
{
"name": "SwiftElegantDropdownMenu",
"version": "0.1.3",
"summary": "An elegant dropdown menu for Swift, that's easy to use.",
"description": "This component provides an easy, configurable dropdown menu with the ability to place it anywhere. It comes with a simple item selected callback and a variety of configurable options. This component is inspired by the **BTNavigationDropdownMenu** from **PhamBaTho**.",
"homepage": "https://github.com/arminlikic/SwiftElegantDropdownMenu",
"license": "MIT",
"authors": {
"Armin Likic": "armin-likic@live.com"
},
"source": {
"git": "https://github.com/arminlikic/SwiftElegantDropdownMenu.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftElegantDropdownMenu": [
"Pod/Assets/*.png"
]
}
}