[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 8 / f / HYHudView / 0.0.1 / HYHudView.podspec.json
blob012340fb5a084528c96de1270db927a992db5f2c
2   "name": "HYHudView",
3   "version": "0.0.1",
4   "summary": "HYHudView",
5   "description": "iOS中的UIView添加加载HUD控件",
6   "homepage": "https://github.com/oceanfive/HYHudView",
7   "license": "MIT",
8   "authors": {
9     "oceanfive": "849638313@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/oceanfive/HYHudView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "HYHudView/HYHudView/HudView/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "dependencies": {
22     "MBProgressHUD": [
23       "~> 1.0.0"
24     ]
25   }