[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / a / f / d / HFDatePickerPanel / 1.1.0 / HFDatePickerPanel.podspec.json
blob3b176d5bb47586d443fe058b5c3a3e216f1a53cc
2   "name": "HFDatePickerPanel",
3   "version": "1.1.0",
4   "summary": "HFDatePickerPanel provide a panel for picking date.",
5   "description": "HFDatePickerPanel provide a panel for picking date. You can conform the protocol HFDatePickerPanelDelegate to receive the date selected event and perform your custom actions!",
6   "homepage": "https://github.com/Nestarneal/HFDatePickerPanel",
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/HFDatePickerPanel.git",
16     "tag": "1.1.0"
17   },
18   "source_files": [
19     "HFDatePickerPanel",
20     "HFDatePickerPanel/**/*.{h,m,swift}"
21   ],
22   "resources": "HFDatePickerPanel/*.xib",
23   "dependencies": {
24     "HFDatePickerTextField": [
25       "~> 1.1"
26     ]
27   },
28   "swift_version": "4.0"