[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / c / e / KDCalendar / 1.7.2 / KDCalendar.podspec.json
blob8309b433353df8fa931293a13cfdefebbbf55124
2   "name": "KDCalendar",
3   "version": "1.7.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     "5.0"
19   ],
20   "source": {
21     "git": "https://github.com/mmick66/CalendarView.git",
22     "tag": "1.7.2"
23   },
24   "default_subspecs": "EventManager",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "KDCalendar/CalendarView/**/*.{swift}"
30     },
31     {
32       "name": "EventManager",
33       "source_files": "KDCalendar/CalendarView/**/*.{swift}",
34       "pod_target_xcconfig": {
35         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "KDCALENDAR_EVENT_MANAGER_ENABLED"
36       }
37     }
38   ]