blob: 6e42084e0a36ddc788e9a52f0e0e955e9c0be3d8 [file] [log] [blame]
{
"name": "SingleDatePickerCalendar",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SingleDatePickerCalendar/Classes/**/*"
}