blob: 0239d2212ed6e926067b6db6749e920af6c5485c [file] [log] [blame]
{
"name": "UITextFieldPickerInput",
"version": "0.0.1",
"summary": "A quick way to display UIPickerView as InpitView for UITextField.",
"description": "This is a small library to help displaying picker as input view for UITextField with some editable and managable content.",
"homepage": "https://github.com/omranaleid/UITextFieldPickerInput",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Omran Aleid": "omranaleid@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/omranaleid/UITextFieldPickerInput.git",
"tag": "0.0.1"
},
"source_files": "UITextFieldPickerInput/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}