[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 7 / CalendarLib / 2.0 / CalendarLib.podspec.json
blobc3870cfb71b2dbdf67827cbab8d11c2128b9495c
2   "name": "CalendarLib",
3   "version": "2.0",
4   "summary": "A set of views and controllers for displaying and scheduling events on iOS",
5   "homepage": "https://github.com/jumartin/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/jumartin/Calendar.git",
15     "tag": "2.0"
16   },
17   "screenshots": [
18     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/DayPlannerView.png",
19     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/DayPlannerView2.png",
20     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/MonthPlannerView.png",
21     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/MonthPlannerView2.png",
22     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/YearView.png"
23   ],
24   "source_files": "CalendarLib/**/*.{h,m}",
25   "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}",
26   "resource_bundles": {
27     "CalendarLib": [
28       "CalendarLib/*.lproj"
29     ]
30   },
31   "frameworks": [
32     "EventKit",
33     "EventKitUI",
34     "UIKit",
35     "Foundation",
36     "CoreGraphics"
37   ],
38   "dependencies": {
39     "OSCache": [
40       "~> 1.2"
41     ],
42     "OrderedDictionary": [
43       "~> 1.2"
44     ]
45   }