[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / b / MHCalendarLib / 2.0.2 / MHCalendarLib.podspec.json
blob0b4d5447408da4ddd425c9447c30c2c6e9e79900
2   "name": "MHCalendarLib",
3   "version": "2.0.2",
4   "summary": "A set of views and controllers for displaying and scheduling events on iOS",
5   "homepage": "https://github.com/MaikoHermans/Calendar",
6   "license": "MIT",
7   "authors": {
8     "Maiko Hermans": "mwmhermans@outlook.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/MaikoHermans/Calendar.git",
15     "tag": "2.0.2"
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   }