blob: 1c470aa36ddb4a051ec30ace0c776f502a31300e [file] [log] [blame]
{
"name": "MSAlertController",
"version": "0.1.1",
"summary": "MSAlertController is possible you to use AlertController in iOS7.",
"homepage": "https://github.com/szk-atmosphere/MSAlertController",
"license": "MIT",
"authors": {
"Taiki Suzuki": "s1180183@gmail.com"
},
"source": {
"git": "https://github.com/szk-atmosphere/MSAlertController.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MSAlertController/*.{h,m}",
"resources": "MSAlertController/*.xib",
"frameworks": [
"UIKit",
"QuartzCore"
]
}