blob: 227ac5de7c9d3f58755f9de13a02b67d3bc5f77f [file] [log] [blame]
{
"name": "SwiftElegantDropdownMenu",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"screenshots": [
"https://raw.githubusercontent.com/arminlikic/SwiftElegantDropdownMenu/master/Assets/demo.gif"
],
"resource_bundles": {
"SwiftElegantDropdownMenu": [
"Pod/Assets/*.png"
]
}
}