blob: da273da5ee9544d0c07aab2f2590144e4ebb5a09 [file] [log] [blame]
{
"name": "APLTextField",
"version": "0.0.2",
"summary": "Advanced UITextField subclass with the possibility to be connected to a picker",
"description": " Text Field can be configured with a list of options which will be presented in a picker view instead of showing a keyboard.\n \n Supports:\n * UIDatePicker and UIPickerView\n * text field clearance with select none option\n * left image icon\n",
"homepage": "https://github.com/apploft/APLTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kamphausen": "michael.kamphausen@apploft.de",
"Nico Schùˆmann": "nico.schuemann@apploft.de"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/apploft/APLTextField.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}