blob: 5ca7d9a5ffe67923a13f62de0112b1874acfb599 [file] [log] [blame]
{
"name": "PickerTextField",
"version": "1.2.0",
"summary": "A simple wrapper for UITextField that can pick data provided by the data source.",
"description": "PickerTextField wrap the UITextField by replace its inputView and inputAccessory\n with a UIPickerView and a UIToolbar. PickerTextField also remember what's selected.",
"license": "MIT",
"authors": {
"Nestarneal": "nestarneal@gmail.com"
},
"homepage": "https://github.com/Nestarneal/PickerTextField",
"platforms": {
"ios": "11.3"
},
"source": {
"git": "https://github.com/Nestarneal/PickerTextField.git",
"tag": "1.2.0"
},
"source_files": [
"PickerTextField",
"PickerTextField/**/*.{h,m,swift}"
],
"swift_version": "4.0"
}