blob: e405fdfd0c798aabe21f3eaae5f373f94693aa61 [file] [log] [blame]
{
"name": "SingleDatePickerCalendar",
"version": "0.0.5",
"summary": "A finite 12 month a year calendar that allow a single date pick",
"description": "Need a quick calendar event without range selection and complication? This is a simple and reuseable Calendar component for a ToDo App that allow user to switch between year and select a single date event of a month",
"homepage": "https://github.com/tdle94/SingleDatePickerCalendar",
"swift_version": "5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tdle94": "tuyendle92@gmail.com"
},
"source": {
"git": "https://github.com/tdle94/SingleDatePickerCalendar.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SingleDatePickerCalendar/Classes/**/*"
}