[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / f / 7 / ELComboBox / 1.0.0 / ELComboBox.podspec.json
blobce77a87244b78c58089cb44655d73659d399e48c
2   "name": "ELComboBox",
3   "version": "1.0.0",
4   "summary": "Combo box for iOS.",
5   "description": "Combo box with auto-complete for iOS.",
6   "homepage": "https://github.com/eddy-lau/ELComboBox",
7   "license": "MIT",
8   "authors": {
9     "Eddie Lau": "eddie@touchutility.com"
10   },
11   "source": {
12     "git": "https://github.com/eddy-lau/ELComboBox.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": false,
19   "source_files": "ELComboBox/Classes/**/*",
20   "resource_bundles": {
21     "ELComboBox": [
22       "ELComboBox/Assets/*.png"
23     ]
24   }