blob: 3ea45b0b251f4f4050590ecd14aa8f29c70bfb4c [file] [log] [blame]
{
"name": "MBCalendarKit",
"version": "5.0.3",
"summary": "An open source calendar library for iOS.",
"description": "MBCalendarKit is a calendar library for iOS. It offers a flexible calendar control, with support for displaying any calendar system supported by `NSCalendar`. It also includes an API to customize the calendar cells. Recently rewritten, it now has first-class support for Swift interoperability. It also ships with a prebuilt view controller, inspired by the original iOS calendar. For a full list of features, check out the Readme.",
"homepage": "https://github.com/MosheBerman/MBCalendarKit",
"screenshots": [
"https://raw.github.com/MosheBerman/MBCalendarKit/master/Promo/Screenshots/month.png",
"https://raw.github.com/MosheBerman/MBCalendarKit/master/Promo/Screenshots/week.png",
"https://raw.github.com/MosheBerman/MBCalendarKit/master/Promo/Screenshots/day.png"
],
"authors": {
"Moshe Berman": "moshberm@gmail.com"
},
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MosheBerman/MBCalendarKit.git",
"tag": "5.0.3"
},
"source_files": [
"Classes",
"MBCalendarKit/CalendarKit/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}