blob: 40a446dffb3353cf424606aa96d22ca1c6f11d59 [file] [log] [blame]
{
"name": "KDCalendar",
"version": "1.8.2",
"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": "https://github.com/mmick66/CalendarView",
"screenshots": "https://image.ibb.co/eiDPnb/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Michael Michailidis",
"platforms": {
"ios": "8.0"
},
"swift_versions": [
5.0
],
"source": {
"git": "https://github.com/mmick66/CalendarView.git",
"tag": "1.8.2"
},
"default_subspecs": "EventManager",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "KDCalendar/CalendarView/**/*.{swift}"
},
{
"name": "EventManager",
"source_files": "KDCalendar/CalendarView/**/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "KDCALENDAR_EVENT_MANAGER_ENABLED"
}
}
]
}