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