4 "summary": "A calendar component with native events support.",
5 "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.",
6 "homepage": "https://github.com/mmick66/CalendarView",
7 "screenshots": "https://image.ibb.co/eiDPnb/screenshot.png",
12 "authors": "Michael Michailidis",
20 "git": "https://github.com/mmick66/CalendarView.git",
23 "default_subspecs": "EventManager",
27 "source_files": "KDCalendar/CalendarView/**/*.{swift}"
30 "name": "EventManager",
31 "source_files": "KDCalendar/CalendarView/**/*.{swift}",
32 "pod_target_xcconfig": {
33 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "KDCALENDAR_EVENT_MANAGER_ENABLED"
37 "swift_version": "5.0"