[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 7 / b / STComboBox / 0.1.1 / STComboBox.podspec.json
blob27b479439e61e5f8938bf4fca156224b76669353
2   "name": "STComboBox",
3   "version": "0.1.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"