blob: e30faf51883e5b5550959200d88d90dac013adb0 [file] [log] [blame]
{
"name": "GGProgressHUD",
"version": "0.0.2",
"summary": "GGProgressHUD inherit the MBProgressHUD.",
"description": " GGProgressHUD is inherit the MBProgressHUD. You can touch anywhere when a tip is show!\n",
"homepage": "https://github.com/Otherplayer/GGProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Otherplayer": "osmk@qq.com"
},
"source": {
"git": "https://github.com/Otherplayer/GGProgressHUD.git",
"tag": "0.0.2"
},
"platforms": {
"ios": null
},
"source_files": "*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.9.1"
]
}
}