blob: e2dd474d51d25156a21be525b040065132ce7aa9 [file] [log] [blame]
{
"name": "SingleDatePickerCalendar",
"version": "0.0.1",
"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": "4.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tdle94": "tuyendle92@gmail.com"
},
"source": {
"git": "https://github.com/tdle94/SingleDatePickerCalendar.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SingleDatePickerCalendar/Classes/**/*"
}