[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 6 / c / e / KDCalendar / 1.8.9 / KDCalendar.podspec.json
blob1d55722bc2d521332dc9f8f1ced0accbdcc33ee6
2   "name": "KDCalendar",
3   "version": "1.8.9",
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.9"
22   },
23   "default_subspecs": "EventManager",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "KDCalendar/CalendarView/**/*.{swift}"
28     },
29     {
30       "name": "EventManager",
31       "source_files": "KDCalendar/CalendarView/**/*.{swift}",
32       "pod_target_xcconfig": {
33         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "KDCALENDAR_EVENT_MANAGER_ENABLED"
34       }
35     }
36   ],
37   "swift_version": "5.0"