blob: 004e703e25fb7e720a5a461ceddd33c6caa054c0 [file] [log] [blame]
{
"name": "MBMenuController",
"version": "2.0.3",
"summary": "A custom action sheet for iOS.",
"description": "\tMBMenuController is similar to UIActionSheet. It's something I rolled for a client project, although it has a few rough edges. \n",
"homepage": "https://github.com/MosheBerman/MBCalendarKit",
"screenshots": "https://raw.github.com/MosheBerman/MBCalendarKit/master/Promo.png",
"authors": {
"Moshe Berman": "moshberm@gmail.com"
},
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/MosheBerman/MBMenuController.git",
"tag": "2.0.3"
},
"source_files": [
"Classes",
"MBMenuController/Button Menu/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}