[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 1 / 7 / CD / 0.5.42 / CD.podspec.json
blobe5a1f5e80150731983d0b0339a42c5c52c6feef5
2   "name": "CD",
3   "version": "0.5.42",
4   "summary": "A iOS development toolbox (iOS 开发工具箱(模块插件) Swift 版).",
5   "description": "TODO: iOS 模块插件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能插件,可快速集成使用以大幅减少基础工作量;附.各种类库使用示例demo.",
6   "homepage": "https://github.com/liucaide/CD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liucaide": "565726319@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/liucaide/CD.git",
16     "tag": "0.5.42"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "default_subspecs": "Core",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "CD/CD.swift",
31       "dependencies": {
32         "CD/Extension": [
34         ],
35         "CD/Form": [
37         ],
38         "CD/Chain": [
40         ],
41         "CD/CountDown": [
43         ],
44         "CD/Value": [
46         ],
47         "CD/RegEx": [
49         ]
50       }
51     },
52     {
53       "name": "All",
54       "dependencies": {
55         "CD/Core": [
57         ],
58         "CD/IconFont": [
60         ],
61         "CD/IBInspectable": [
63         ],
64         "CD/TopBar": [
66         ],
67         "CD/FDFullscreenPopGesture": [
69         ],
70         "CD/MJRefresh": [
72         ]
73       }
74     },
75     {
76       "name": "Extension",
77       "source_files": [
78         "CD/CD_Extension/*.{swift}",
79         "CD/CD.swift"
80       ],
81       "dependencies": {
82         "CD/Form": [
84         ]
85       }
86     },
87     {
88       "name": "IBInspectable",
89       "source_files": "CD/CD_IBInspectable/*.{swift}"
90     },
91     {
92       "name": "Form",
93       "source_files": "CD/CD_Form/*.{swift}"
94     },
95     {
96       "name": "Chain",
97       "source_files": [
98         "CD/CD_Chain/*.{swift}",
99         "CD/CD.swift"
100       ]
101     },
102     {
103       "name": "CountDown",
104       "source_files": "CD/CD_CountDown/*.{swift}",
105       "dependencies": {
106         "CD/Extension": [
108         ]
109       }
110     },
111     {
112       "name": "Value",
113       "source_files": "CD/CD_Value/*.{swift}"
114     },
115     {
116       "name": "RegEx",
117       "source_files": [
118         "CD/CD_RegEx/*.{swift}",
119         "CD/CD.swift"
120       ],
121       "dependencies": {
122         "CD/Extension": [
124         ],
125         "CD/Value": [
127         ]
128       }
129     },
130     {
131       "name": "IconFont",
132       "source_files": "CD/CD_IconFont/Classes/*.{swift}",
133       "resource_bundles": {
134         "IconFont": [
135           "CD/CD_IconFont/Assets/*.{ttf}"
136         ]
137       },
138       "dependencies": {
139         "CD/Extension": [
141         ]
142       }
143     },
144     {
145       "name": "TopBar",
146       "source_files": "CD/CD_TopBar/*.{swift}",
147       "dependencies": {
148         "CD/Extension": [
150         ],
151         "CD/Chain": [
153         ],
154         "CD/IconFont": [
156         ],
157         "CD/FDFullscreenPopGesture": [
159         ],
160         "SnapKit": [
161           "~> 4.2.0"
162         ]
163       }
164     },
165     {
166       "name": "MJRefresh",
167       "source_files": [
168         "CD/CD_MJRefresh/*.{swift}",
169         "CD/CD.swift"
170       ],
171       "dependencies": {
172         "MJRefresh": [
174         ]
175       }
176     },
177     {
178       "name": "FDFullscreenPopGesture",
179       "source_files": [
180         "CD/CD_FDFullscreenPopGesture/*.{swift}",
181         "CD/CD.swift"
182       ],
183       "dependencies": {
184         "FDFullscreenPopGesture": [
186         ]
187       }
188     }
189   ]