[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 2 / 7 / MMComboBox / 0.1.1 / MMComboBox.podspec.json
blob8ca636194272ff9824431be0f6e887161013193a
2   "name": "MMComboBox",
3   "version": "0.1.1",
4   "summary": "A simple ComboBox implementation for iOS",
5   "description": "A dropdown menu with arbitrary UIView as element. Very simple integration in\nyour project.",
6   "homepage": "https://github.com/cabtettere/MMComboBox",
7   "license": "MIT",
8   "authors": {
9     "Marco Mardegan": "mardegan.m@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/cabtettere/MMComboBox.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MMComboBox": [
22       "Pod/Assets/*.png"
23     ]
24   }