[Add] AnyThinkiOS 6.4.40
[CocoaPods.git] / Specs / 0 / 7 / b / STComboBox / 0.1.0 / STComboBox.podspec.json
blob00788a76a27f1590222afd1d0f4aae94abd0ca24
2   "name": "STComboBox",
3   "version": "0.1.0",
4   "summary": "It is a combination of an UITextView and a UIPickerview to working as a combobox.",
5   "description": "STComboBox is a simple UITextField descendant that opens a pickerview to mimic a combobox behavior",
6   "homepage": "https://github.com/saulogt/STComboBox",
7   "license": "MIT",
8   "authors": {
9     "Saulo Tauil": "saulogt@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/saulogt/STComboBox.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "STComboBox": [
22       "Pod/Assets/*.png"
23     ]
24   }