[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / d / DDToolbox / 0.0.13 / DDToolbox.podspec.json
blob36e1e1cd1118f47ee83afc341a3352fec9226ba0
2   "name": "DDToolbox",
3   "version": "0.0.13",
4   "summary": "辅助开发工具类",
5   "homepage": "https://github.com/BrownCN023/DDToolbox",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liyebiao1990": "347991555@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/BrownCN023/DDToolbox.git",
18     "tag": "0.0.13"
19   },
20   "public_header_files": "DDToolbox/DDToolbox.h",
21   "source_files": "DDToolbox/DDToolbox.h",
22   "resources": "DDToolbox/Resources/*",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "Masonry": [
30       "~> 1.1.0"
31     ],
32     "SDWebImage": [
33       "~> 4.4.2"
34     ],
35     "YYCache": [
36       "~> 1.0.4"
37     ],
38     "MJExtension": [
39       "~> 3.0.15.1"
40     ],
41     "DDLoadingView": [
42       "~> 0.0.4"
43     ],
44     "DDModal": [
45       "~> 1.0.22"
46     ],
47     "DDCircleProgressView": [
48       "~> 0.0.4"
49     ],
50     "DDHTTPClient": [
51       "~> 0.0.7"
52     ]
53   },
54   "subspecs": [
55     {
56       "name": "Macro",
57       "source_files": "DDToolbox/Macro/*.{h,m}"
58     },
59     {
60       "name": "Model",
61       "source_files": "DDToolbox/Model/*.{h,m}"
62     },
63     {
64       "name": "ViewModel",
65       "source_files": "DDToolbox/ViewModel/*.{h,m}"
66     },
67     {
68       "name": "MVP",
69       "source_files": "DDToolbox/MVP/*.{h,m}"
70     },
71     {
72       "name": "Common",
73       "dependencies": {
74         "DDToolbox/Macro": [
76         ]
77       },
78       "source_files": "DDToolbox/Common/*.{h,m}"
79     },
80     {
81       "name": "UIComponents",
82       "dependencies": {
83         "DDToolbox/Macro": [
85         ],
86         "DDToolbox/Common": [
88         ],
89         "DDToolbox/ViewModel": [
91         ]
92       },
93       "source_files": "DDToolbox/UIComponents/*.{h,m}"
94     }
95   ]