[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / f / d / HFDatePickerPanel / 1.0.1 / HFDatePickerPanel.podspec.json
blob97a2a2edad86fb5137d18ee0778c3da9bc136b24
2   "name": "HFDatePickerPanel",
3   "version": "1.0.1",
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.0.1"
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"