[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 6 / 7 / ZeroCalendar / 1.0 / ZeroCalendar.podspec.json
blob4ccfaa5f95dd1906096d92a3aa624ed8a7a260cf
2   "name": "ZeroCalendar",
3   "version": "1.0",
4   "summary": "A set of views and controllers for displaying and scheduling events on iOS",
5   "homepage": "https://github.com/george-zergy/Calendar",
6   "license": "MIT",
7   "authors": {
8     "Julien Martin": "julienmartin@hotmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/george-zergy/Calendar.git",
15     "tag": "1.0"
16   },
17   "screenshots": [
18     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/DayPlannerView.jpg",
19     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/MonthPlannerView.jpg",
20     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/YearView.jpg"
21   ],
22   "source_files": "CalendarLib/**/*.{h,m}",
23   "public_header_files": "CalendarLib/{MGCDateRange.h,NSCalendar+MGCAdditions.h,NSAttributedString+MGCAdditions.h,MGCDayPlannerEKViewController.h,MGCMonthPlannerEKViewController.h,MGCEventView.h,MGCStandardEventView.h,MGCDayPlannerView.h,MGCDayPlannerViewController.h,MGCMonthPlannerView.h,MGCMonthPlannerViewController.h,MGCMonthMiniCalendarView.h,MGCYearCalendarView.h,MGCReusableObjectQueue.h}",
24   "resource_bundles": {
25     "CalendarLib": [
26       "CalendarLib/*.lproj"
27     ]
28   },
29   "frameworks": [
30     "EventKit",
31     "EventKitUI",
32     "UIKit",
33     "Foundation",
34     "CoreGraphics"
35   ],
36   "dependencies": {
37     "OSCache": [
38       "~> 1.2"
39     ],
40     "OrderedDictionary": [
41       "~> 1.2"
42     ]
43   }