blob: 4ccfaa5f95dd1906096d92a3aa624ed8a7a260cf [file] [log] [blame]
{
"name": "ZeroCalendar",
"version": "1.0",
"summary": "A set of views and controllers for displaying and scheduling events on iOS",
"homepage": "https://github.com/george-zergy/Calendar",
"license": "MIT",
"authors": {
"Julien Martin": "julienmartin@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/george-zergy/Calendar.git",
"tag": "1.0"
},
"screenshots": [
"https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/DayPlannerView.jpg",
"https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/MonthPlannerView.jpg",
"https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/YearView.jpg"
],
"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"
]
}
}