blob: 969c3f43b3418bb49f00fd7940c6462768068dc7 [file] [log] [blame]
{
"name": "MCAlertView",
"version": "0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "UIAlertView replacement supporting iPhone/iPad and device rotations.",
"homepage": "https://github.com/matthewcheok/MCAlertView",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/MCAlertView.git",
"branch": "master",
"tag": "0.1"
},
"source_files": "MCAlertView/*.{h,m}",
"public_header_files": "MCAlertView/{MCAlertView.h,MCRoundedButton.h}"
}