blob: 00788a76a27f1590222afd1d0f4aae94abd0ca24 [file] [log] [blame]
{
"name": "STComboBox",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STComboBox": [
"Pod/Assets/*.png"
]
}
}