[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / e / f / ViewHUD / 0.0.1 / ViewHUD.podspec.json
blobba5124661ca261ee04d1109fe84f0df0afcc04b8
2   "name": "ViewHUD",
3   "version": "0.0.1",
4   "summary": "一个用于ViewHUD显示的UIView分类",
5   "description": "用于显示HUD",
6   "homepage": "https://github.com/Gioures/ViewHUD",
7   "license": "MIT",
8   "authors": {
9     "Gioures": "756119874@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Gioures/ViewHUD.git",
16     "tag": "v1.0"
17   },
18   "source_files": [
19     "ViewHUD",
20     "ViewHUD/ViewHUD/HUD/*.{h,m}"
21   ],
22   "dependencies": {
23     "MBProgressHUD": [
24       "~> 1.1.0"
25     ]
26   }