blob: 1a449f5152bd8c94f1e6305e9ae1df115ab620a2 [file] [log] [blame]
{
"name": "RoundDropMenu",
"version": "1.0.0",
"summary": "Simple menu written on Swift that ideally suits small sets of visual data.",
"description": "\"Simple highly customizable iOS component written in Swift gives you another way to represent data. Round-Drop-Menu is great for small sets of visual information.\"",
"homepage": "https://github.com/burntheroad/RoundDropMenu",
"license": "MIT",
"authors": {
"burntheroad": "gibslp69@gmail.com"
},
"source": {
"git": "https://github.com/burntheroad/RoundDropMenu.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RoundDropMenu": [
"Pod/Assets/*.png"
]
}
}