blob: 27b479439e61e5f8938bf4fca156224b76669353 [file] [log] [blame]
{
"name": "STComboBox",
"version": "0.1.1",
"summary": "It is a combination of an UITextView and a UIPickerview to working as a combobox.",
"description": "STComboBox is a simple UITextField descendant that opens a pickerview to mimic a combobox behavior",
"homepage": "https://github.com/saulogt/STComboBox",
"license": "MIT",
"authors": {
"Saulo Tauil": "saulogt@gmail.com"
},
"source": {
"git": "https://github.com/saulogt/STComboBox.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}