blob: 3b176d5bb47586d443fe058b5c3a3e216f1a53cc [file] [log] [blame]
{
"name": "HFDatePickerPanel",
"version": "1.1.0",
"summary": "HFDatePickerPanel provide a panel for picking date.",
"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!",
"homepage": "https://github.com/Nestarneal/HFDatePickerPanel",
"license": "MIT",
"authors": {
"Nestarneal": "nestarneal@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/Nestarneal/HFDatePickerPanel.git",
"tag": "1.1.0"
},
"source_files": [
"HFDatePickerPanel",
"HFDatePickerPanel/**/*.{h,m,swift}"
],
"resources": "HFDatePickerPanel/*.xib",
"dependencies": {
"HFDatePickerTextField": [
"~> 1.1"
]
},
"swift_version": "4.0"
}