blob: 41ae34495f399782358b1f8fd3fb4c6b6c7ce088 [file] [log] [blame]
{
"name": "BPCalendar",
"version": "1.0.1",
"summary": "A set of views and controllers for displaying and scheduling events on iOS",
"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",
"homepage": "https://github.com/jumartin/Calendar",
"license": "MIT",
"authors": {
"Julien Martin": "julienmartin@hotmail.com",
"Nico van Zijl": "nico@blueprint-software.nl",
"Rutger Nijhuis": "rutger@blueprint-software.nl"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nvzsolutions/Calendar.git",
"tag": "1.0.1"
},
"source_files": "CalendarLib/**/*.{h,m}",
"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}",
"resource_bundles": {
"CalendarLib": [
"CalendarLib/*.lproj"
]
},
"frameworks": [
"EventKit",
"EventKitUI",
"UIKit",
"Foundation",
"CoreGraphics"
],
"dependencies": {
"OSCache": [
"~> 1.2"
],
"OrderedDictionary": [
"~> 1.2"
]
}
}