[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / a / BPCalendar / 1.0.1 / BPCalendar.podspec.json
blob41ae34495f399782358b1f8fd3fb4c6b6c7ce088
2   "name": "BPCalendar",
3   "version": "1.0.1",
4   "summary": "A set of views and controllers for displaying and scheduling events on iOS",
5   "description": "Displaying the calendar from your device\nNote: This is a fork from `https://github.com/jumartin/Calendar.git` with fixes since we couldn't create PR with fixes",
6   "homepage": "https://github.com/jumartin/Calendar",
7   "license": "MIT",
8   "authors": {
9     "Julien Martin": "julienmartin@hotmail.com",
10     "Nico van Zijl": "nico@blueprint-software.nl",
11     "Rutger Nijhuis": "rutger@blueprint-software.nl"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/nvzsolutions/Calendar.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "CalendarLib/**/*.{h,m}",
21   "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}",
22   "resource_bundles": {
23     "CalendarLib": [
24       "CalendarLib/*.lproj"
25     ]
26   },
27   "frameworks": [
28     "EventKit",
29     "EventKitUI",
30     "UIKit",
31     "Foundation",
32     "CoreGraphics"
33   ],
34   "dependencies": {
35     "OSCache": [
36       "~> 1.2"
37     ],
38     "OrderedDictionary": [
39       "~> 1.2"
40     ]
41   }