[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / d / 4 / HFDatePickerTextField / 1.2.0 / HFDatePickerTextField.podspec.json
blob3562d52c7660ec06adc8f2797bc61dbaccdd3b82
2   "name": "HFDatePickerTextField",
3   "version": "1.2.0",
4   "summary": "A simple wrapper for UITextField that can pick date.",
5   "description": "HFDatePickerTextField wrap the UITextField by replace its inputView and inputAccessory\n      with a UIDatePicker and a UIToolbar. HFDatePickerTextField also remember what's selected.",
6   "homepage": "https://github.com/Nestarneal/DatePickerTextField",
7   "license": "MIT",
8   "authors": {
9     "Nestarneal": "nestarneal@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.3"
13   },
14   "source": {
15     "git": "https://github.com/Nestarneal/DatePickerTextField.git",
16     "tag": "1.2.0"
17   },
18   "source_files": [
19     "DatePickerTextField",
20     "DatePickerTextField/**/*.{h,m,swift}"
21   ],
22   "swift_version": "4.0"