[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 4 / HFDatePickerTextField / 1.1.0 / HFDatePickerTextField.podspec.json
blob2046f277bb53bae401f5e1c3804f2481bc1c7cb9
2   "name": "HFDatePickerTextField",
3   "version": "1.1.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.1.0"
17   },
18   "source_files": [
19     "DatePickerTextField",
20     "DatePickerTextField/**/*.{h,m,swift}"
21   ],
22   "swift_version": "4.0"