[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / c / 1 / DHExpand / 1.0.6 / DHExpand.podspec.json
blob7df5e40750155b5356f386883fd49f1359d62ec5
2   "name": "DHExpand",
3   "version": "1.0.6",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "UIButton/UILable/UIView/UIAlertController封装、时间戳格式化、app更新提示、按钮获取验证码的倒计时等",
8   "homepage": "https://github.com/duanHuing/DHExpand",
9   "license": "MIT",
10   "authors": {
11     "duan": "duanbhu@163.com"
12   },
13   "source": {
14     "git": "https://github.com/duanHuing/DHExpand.git",
15     "tag": "1.0.6"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Common",
19   "subspecs": [
20     {
21       "name": "Common",
22       "source_files": "Classes/Common/**/*.{h,m}"
23     },
24     {
25       "name": "DisplayTime",
26       "source_files": "Classes/DisplayTime/**/*.{h,m}"
27     },
28     {
29       "name": "VerificationCode",
30       "source_files": "Classes/VerificationCode/**/*.{h,m}"
31     },
32     {
33       "name": "UpdateApp",
34       "source_files": "Classes/UpdateApp/**/*.{h,m}",
35       "dependencies": {
36         "DHExpand/Common": [
38         ]
39       }
40     },
41     {
42       "name": "MBProgressHUD",
43       "source_files": "Classes/MBProgressHUD/**/*.{h,m}",
44       "resources": "Classes/MBProgressHUD/DHHud.bundle",
45       "dependencies": {
46         "MBProgressHUD": [
48         ]
49       }
50     }
51   ]