blob: 80a0ccb7df123db56d95fe93420204e732eac949 [file] [log] [blame]
{
"name": "MMComboBox",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MMComboBox": [
"Pod/Assets/*.png"
]
}
}