[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / d / DDToolbox / 0.0.9 / DDToolbox.podspec.json
blob78cf8b8317f9eefef8d91be0174876093e0ee1b0
2   "name": "DDToolbox",
3   "version": "0.0.9",
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.9"
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.3.3"
34     ],
35     "DDLoadingView": [
36       "~> 0.0.4"
37     ],
38     "DDModal": [
39       "~> 1.0.21"
40     ],
41     "DDCircleProgressView": [
42       "~> 0.0.4"
43     ],
44     "DDHTTPClient": [
45       "~> 0.0.6"
46     ]
47   },
48   "subspecs": [
49     {
50       "name": "Macro",
51       "source_files": "DDToolbox/Macro/*.{h,m}"
52     },
53     {
54       "name": "Model",
55       "source_files": "DDToolbox/Model/*.{h,m}"
56     },
57     {
58       "name": "ViewModel",
59       "source_files": "DDToolbox/ViewModel/*.{h,m}"
60     },
61     {
62       "name": "MVP",
63       "source_files": "DDToolbox/MVP/*.{h,m}"
64     },
65     {
66       "name": "Common",
67       "dependencies": {
68         "DDToolbox/Macro": [
70         ]
71       },
72       "source_files": "DDToolbox/Common/*.{h,m}"
73     },
74     {
75       "name": "UIComponents",
76       "dependencies": {
77         "DDToolbox/Macro": [
79         ],
80         "DDToolbox/Common": [
82         ],
83         "DDToolbox/ViewModel": [
85         ]
86       },
87       "source_files": "DDToolbox/UIComponents/*.{h,m}"
88     }
89   ]