[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / e / KDCalendar / 1.8.2 / KDCalendar.podspec.json
blob40a446dffb3353cf424606aa96d22ca1c6f11d59
2   "name": "KDCalendar",
3   "version": "1.8.2",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Michael Michailidis",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "swift_versions": [
17     5.0
18   ],
19   "source": {
20     "git": "https://github.com/mmick66/CalendarView.git",
21     "tag": "1.8.2"
22   },
23   "default_subspecs": "EventManager",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "KDCalendar/CalendarView/**/*.{swift}"
29     },
30     {
31       "name": "EventManager",
32       "source_files": "KDCalendar/CalendarView/**/*.{swift}",
33       "pod_target_xcconfig": {
34         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "KDCALENDAR_EVENT_MANAGER_ENABLED"
35       }
36     }
37   ]