[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 3 / 7 / MBHUD / 0.0.8 / MBHUD.podspec.json
blob06a25d8a119483309b598603c691c6f14a97eb41
2   "name": "MBHUD",
3   "version": "0.0.8",
4   "summary": "站在巨人的肩上,MBProgressHUD 简单封装",
5   "description": "Let MBProgressHUD tu use simple",
6   "homepage": "https://github.com/qyfeng009/MBHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qyfeng": "qyfeng009@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/qyfeng009/MBHUD.git",
19     "tag": "0.0.8"
20   },
21   "source_files": [
22     "MBHUD/**/MBHUD.{h,m}",
23     "MBHUD/**/MBHUD+Add.{h,m}",
24     "MBHUD/**/MBHUD+Chain.{h,m}",
25     "MBHUD/**/MBHUDHeader.h"
26   ],
27   "resources": "MBHUD/MBHUD/MBHUD.bundle",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "MBProgressHUD": [
36     ]
37   }