[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 7 / 3 / GGProgressHUD / 0.0.2 / GGProgressHUD.podspec.json
blobe30faf51883e5b5550959200d88d90dac013adb0
2   "name": "GGProgressHUD",
3   "version": "0.0.2",
4   "summary": "GGProgressHUD inherit the MBProgressHUD.",
5   "description": "                    GGProgressHUD is inherit the MBProgressHUD. You can touch anywhere when a tip is show!\n",
6   "homepage": "https://github.com/Otherplayer/GGProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Otherplayer": "osmk@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Otherplayer/GGProgressHUD.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "source_files": "*.{h,m}",
22   "frameworks": "CoreGraphics",
23   "requires_arc": true,
24   "dependencies": {
25     "MBProgressHUD": [
26       "~> 0.9.1"
27     ]
28   }