blob: 51c04cc48a7de93e24eeada99764041c244dae18 [file] [log] [blame]
{
"name": "ZHNAlertWrapper",
"version": "0.1.0",
"summary": "Category for UIViewController",
"homepage": "https://github.com/zhukov-ever/ZHNAlertWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhn": "zhukov.ever@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhukov-ever/ZHNAlertWrapper.git",
"tag": "0.1.0",
"submodules": true
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
]
}
}