[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / d / 4 / HFDatePickerTextField / 1.0.2 / HFDatePickerTextField.podspec.json
blob64ff7b0e5b8e57cae5a657cf01987c9a49a097c9
2   "name": "HFDatePickerTextField",
3   "version": "1.0.2",
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.0.2"
17   },
18   "source_files": [
19     "DatePickerTextField",
20     "DatePickerTextField/**/*.{h,m,swift}"
21   ],
22   "swift_version": "4.0"