[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / f / c / YDFoundation / 0.1.4 / YDFoundation.podspec.json
blob6029055ad83e6009b41b139450ed2f60dbd9eb58
2   "name": "YDFoundation",
3   "version": "0.1.4",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "A short description of YDFoundation.",
8   "description": "YDFoundation 组件库",
9   "homepage": "https://github.com/chong2vv/YDFoundation",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "wangyuandong": "chong2vv@163.com"
16   },
17   "source": {
18     "git": "https://github.com/chong2vv/YDFoundation.git",
19     "tag": "0.1.4"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreGraphics"
25   ],
26   "xcconfig": {
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
29     "OTHER_LDFLAGS": "-ObjC -lxml2"
30   },
31   "subspecs": [
32     {
33       "name": "YDRouter",
34       "source_files": [
35         "YDRouter/**/*.{h,m}"
36       ]
37     },
38     {
39       "name": "YDWebp",
40       "source_files": [
41         "YDWebp/**/*.{h,m}"
42       ],
43       "dependencies": {
44         "libwebp": [
45           "1.2.3"
46         ]
47       }
48     },
49     {
50       "name": "YDUtilKit",
51       "dependencies": {
52         "YDFoundation/YDFuncKit": [
54         ],
55         "YDFoundation/YDBaseUI": [
57         ],
58         "YDFoundation/YDUIKit": [
60         ],
61         "YDFoundation/YDTools": [
63         ],
64         "AFNetworking": [
65           "4.0.1"
66         ]
67       }
68     },
69     {
70       "name": "YDFuncKit",
71       "source_files": [
72         "YDFuncKit/**/*.{h,m}"
73       ]
74     },
75     {
76       "name": "YDBaseUI",
77       "source_files": [
78         "YDBaseUI/**/*.{h,m}"
79       ]
80     },
81     {
82       "name": "YDUIKit",
83       "source_files": [
84         "YDUIKit/**/*.{h,m}"
85       ],
86       "dependencies": {
87         "YDFoundation/YDFuncKit": [
89         ],
90         "YDFoundation/YDBaseUI": [
92         ]
93       }
94     },
95     {
96       "name": "YDTools",
97       "source_files": [
98         "YDTools/**/*.{h,m}"
99       ],
100       "dependencies": {
101         "YDFoundation/YDFuncKit": [
103         ],
104         "AFNetworking": [
105           "4.0.1"
106         ]
107       }
108     },
109     {
110       "name": "YDSVProgressHUD",
111       "source_files": [
112         "YDSVProgressHUD/**/*.{h,m}"
113       ],
114       "dependencies": {
115         "lottie-ios": [
116           "2.5.3"
117         ],
118         "SVProgressHUD": [
119           "2.2.5"
120         ],
121         "YYImage": [
122           "1.0.4"
123         ]
124       },
125       "resource_bundles": {
126         "YDSVProgressHUD": "YDSVProgressHUD/Assets/*"
127       }
128     },
129     {
130       "name": "YDAvoidCrashKit",
131       "dependencies": {
132         "YDFoundation/YDAvoidCrash": [
134         ],
135         "YDFoundation/YDLogger": [
137         ],
138         "YDFoundation/YDSafeThread": [
140         ],
141         "YDFoundation/YDLoggerUI": [
143         ]
144       }
145     },
146     {
147       "name": "YDSafeThread",
148       "source_files": [
149         "YDSafeThread/**/*.{h,m}"
150       ]
151     },
152     {
153       "name": "YDLogger",
154       "source_files": [
155         "YDLogger/**/*.{h,m,mm,cpp}"
156       ],
157       "libraries": "c++"
158     },
159     {
160       "name": "YDLoggerUI",
161       "source_files": [
162         "YDLoggerUI/**/*.{h,m}"
163       ],
164       "dependencies": {
165         "YDFoundation/YDLogger": [
167         ]
168       }
169     },
170     {
171       "name": "YDAvoidCrash",
172       "source_files": [
173         "YDAvoidCrash/**/*.{h,m}"
174       ],
175       "dependencies": {
176         "YDFoundation/YDSafeThread": [
178         ],
179         "YDFoundation/YDLogger": [
181         ]
182       }
183     },
184     {
185       "name": "YDMonitor",
186       "source_files": [
187         "YDMonitor/**/*.{h,m}"
188       ],
189       "dependencies": {
190         "YDFoundation/YDLogger": [
192         ]
193       }
194     },
195     {
196       "name": "YDTimer",
197       "source_files": [
198         "YDTimer/**/*.{h,m}"
199       ],
200       "dependencies": {
201         "YDFoundation/YDSafeThread": [
203         ]
204       }
205     },
206     {
207       "name": "YDAvoidCrashKit",
208       "dependencies": {
209         "YDFoundation/YDActionAlert": [
211         ],
212         "YDFoundation/YDActionSheet": [
214         ],
215         "Masonry": [
216           "1.1.0"
217         ]
218       }
219     },
220     {
221       "name": "YDActionSheet",
222       "source_files": [
223         "YDActionSheet/**/*.{h,m}"
224       ],
225       "dependencies": {
226         "Masonry": [
227           "1.1.0"
228         ]
229       }
230     },
231     {
232       "name": "YDActionAlert",
233       "source_files": [
234         "YDActionAlert/**/*.{h,m}"
235       ]
236     },
237     {
238       "name": "YDFileManager",
239       "source_files": [
240         "YDFileManager/**/*.{h,m}"
241       ]
242     },
243     {
244       "name": "YDPreLoader",
245       "source_files": [
246         "YDPreLoader/**/*.{h,m}"
247       ],
248       "dependencies": {
249         "KTVHTTPCache": [
250           "2.0.1"
251         ]
252       }
253     },
254     {
255       "name": "YDMediator",
256       "source_files": [
257         "YDMediator/**/*.{h,m}"
258       ],
259       "dependencies": {
260         "YDFoundation/YDClearCacheService": [
262         ],
263         "YDFoundation/YDSafeThread": [
265         ]
266       }
267     },
268     {
269       "name": "YDClearCacheService",
270       "source_files": [
271         "YDClearCacheService/**/*.{h,m}"
272       ]
273     },
274     {
275       "name": "YDImageService",
276       "source_files": [
277         "YDImageService/**/*.{h,m}"
278       ],
279       "dependencies": {
280         "YDFoundation/YDSafeThread": [
282         ],
283         "YYImage": [
284           "1.0.4"
285         ],
286         "YYWebImage": [
287           "1.0.5"
288         ]
289       }
290     },
291     {
292       "name": "YDEmptyView",
293       "source_files": [
294         "YDEmptyView/**/*.{h,m}"
295       ],
296       "dependencies": {
297         "Masonry": [
298           "1.1.0"
299         ]
300       }
301     },
302     {
303       "name": "YDBlockKit",
304       "source_files": [
305         "YDBlockKit/**/*.{h,m}"
306       ]
307     },
308     {
309       "name": "YDAuthorizationUtil",
310       "source_files": [
311         "YDAuthorizationUtil/**/*.{h,m}"
312       ]
313     },
314     {
315       "name": "YDJPush",
316       "source_files": [
317         "YDJPush/**/*.{h,m}"
318       ],
319       "dependencies": {
320         "JPush": [
321           "3.2.4"
322         ]
323       }
324     },
325     {
326       "name": "YDNetworkManager",
327       "source_files": [
328         "YDNetworkManager/**/*.{h,m}"
329       ],
330       "dependencies": {
331         "YTKNetwork": [
332           "3.0.6"
333         ]
334       }
335     }
336   ]