blob: 8ca636194272ff9824431be0f6e887161013193a [file] [log] [blame]
{
"name": "MMComboBox",
"version": "0.1.1",
"summary": "A simple ComboBox implementation for iOS",
"description": "A dropdown menu with arbitrary UIView as element. Very simple integration in\nyour project.",
"homepage": "https://github.com/cabtettere/MMComboBox",
"license": "MIT",
"authors": {
"Marco Mardegan": "mardegan.m@gmail.com"
},
"source": {
"git": "https://github.com/cabtettere/MMComboBox.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MMComboBox": [
"Pod/Assets/*.png"
]
}
}