blob: ba3bb7eeb0de0eff1249cee84806d8c2e1208780 [file] [log] [blame]
{
"name": "XMProgressHUD",
"version": "0.0.2",
"platforms": {
"ios": "7.0"
},
"summary": "A Simple prompt box.",
"homepage": "https://github.com/xmalt/XMProgressHUD-master.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"高昇": "xiaogao233@163.com"
},
"source": {
"git": "https://github.com/xmalt/XMProgressHUD-master.git",
"tag": "0.0.2"
},
"source_files": [
"XMProgressHUD/*.{h,m}",
"XMProgressHUD/*/*.{h,m}"
],
"resources": "XMProgressHUD/resource.bundle",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}