blob: ee0b3a90b4a69bd2d1fa1d612f0046451ccae549 [file] [log] [blame]
{
"name": "YBProgressHUD",
"version": "0.0.2",
"summary": "A short summary",
"homepage": "https://git.coding.net/xiaogao233/YBProgressHUD.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"高昇": "xiaogao233@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://git.coding.net/xiaogao233/YBProgressHUD.git",
"tag": "0.0.2"
},
"public_header_files": "YBProgressHUD/*.{h}",
"source_files": "YBProgressHUD/*.{h,m}",
"resource_bundles": {
"YBProgressHUD": [
"YBProgressHUD/HudResource.bundle"
]
},
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}