blob: 6d06448f83c6ada7e93d45cc0ab781d16bafe5ab [file] [log] [blame]
{
"name": "kd-calendar-view",
"version": "1.0",
"summary": "A calendar component with native events support.",
"description": "This is an implementation of a calendar component for iOS written in Swift 4.0. It features both vertical and horizontal layout (and scrolling) and the display of native calendar events.",
"homepage": "http://blog.karmadust.com/lets-create-a-calendar-using-a-uicollectionview/",
"screenshots": "https://image.ibb.co/eiDPnb/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Michael Michailidis",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mmick66/CalendarView.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"KDCalendar/CalendarView/**/*.{swift}"
],
"pushed_with_swift_version": "4.0"
}