blob: 56401dffcd4a98aff511c1e876be7f477b4b565b [file] [log] [blame]
{
"name": "MBCalendarKit",
"version": "1.1.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": "6.0"
},
"source": {
"git": "https://github.com/MosheBerman/MBCalendarKit.git",
"tag": "1.1.1"
},
"source_files": [
"Classes",
"MBCalendarKit/CalendarKit/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}