blob: 5198ee60c0e8306aed3712db78b1b4aea7a6645a [file] [log] [blame]
{
"name": "MBCalendarKit",
"version": "2.2.1",
"summary": "An open source calendar view for iOS.",
"description": "\tMBCalendarKit is a calendar control written in UIKit. I've found existing implementations to be inadequate and difficult to work with, so I rolled my own.\n",
"homepage": "https://github.com/MosheBerman/MBCalendarKit",
"screenshots": [
"https://raw.github.com/MosheBerman/MBCalendarKit/master/screens/month.png",
"https://raw.github.com/MosheBerman/MBCalendarKit/master/screens/week.png"
],
"authors": {
"Moshe Berman": "moshberm@gmail.com"
},
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/MosheBerman/MBCalendarKit.git",
"tag": "2.2.1"
},
"source_files": [
"Classes",
"MBCalendarKit/CalendarKit/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}