[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / c / 1 / DHExpand / 1.0.2 / DHExpand.podspec.json
blobf00100cca396075a7a09ab91286e7d483a577934
2   "name": "DHExpand",
3   "version": "1.0.2",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "一些常用的代码,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.2"
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   ]