[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 8.2.0 / YJCocoa.podspec.json
blobaa7df99f74b3951755bcbda89ecd134ef2f6b558
2   "name": "YJCocoa",
3   "version": "8.2.0",
4   "authors": {
5     "阳君": "937447974@qq.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/937447974/YJCocoa",
12   "source": {
13     "git": "https://github.com/937447974/YJCocoa.git",
14     "tag": "8.2.0"
15   },
16   "summary": "YJ系列开源库",
17   "description": "姓名:阳君\nQQ:937447974\nYJ技术支持群:557445088",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "preserve_paths": "Documentation/*.*",
22   "prepare_command": "sh Documentation/docset-installed.sh",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "source_files": "Cocoa/*.{h,m}",
29   "default_subspecs": [
30     "AppFrameworks",
31     "AppServices",
32     "System"
33   ],
34   "subspecs": [
35     {
36       "name": "AppFrameworks",
37       "source_files": "Cocoa/AppFrameworks/*.{h,m}",
38       "subspecs": [
39         {
40           "name": "Foundation",
41           "source_files": "Cocoa/AppFrameworks/Foundation/*.{h,m}",
42           "subspecs": [
43             {
44               "name": "AOP",
45               "source_files": "Cocoa/AppFrameworks/Foundation/AOP/*.{h,m}"
46             },
47             {
48               "name": "Calendar",
49               "source_files": "Cocoa/AppFrameworks/Foundation/Calendar/*.{h,m}"
50             },
51             {
52               "name": "DictionaryModel",
53               "source_files": "Cocoa/AppFrameworks/Foundation/DictionaryModel/*.{h,m}",
54               "dependencies": {
55                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
57                 ]
58               }
59             },
60             {
61               "name": "Directory",
62               "source_files": "Cocoa/AppFrameworks/Foundation/Directory/*.{h,m}",
63               "dependencies": {
64                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
66                 ]
67               }
68             },
69             {
70               "name": "FileManager",
71               "source_files": "Cocoa/AppFrameworks/Foundation/FileManager/*.{h,m}"
72             },
73             {
74               "name": "Http",
75               "source_files": "Cocoa/AppFrameworks/Foundation/Http/*.{h,m}",
76               "dependencies": {
77                 "YJCocoa/AppFrameworks/Foundation/URLCode": [
79                 ]
80               }
81             },
82             {
83               "name": "KVO",
84               "source_files": "Cocoa/AppFrameworks/Foundation/KVO/*.{h,m}"
85             },
86             {
87               "name": "Log",
88               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
89             },
90             {
91               "name": "NotificationCenter",
92               "source_files": "Cocoa/AppFrameworks/Foundation/NotificationCenter/*.{h,m}"
93             },
94             {
95               "name": "PerformSelector",
96               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
97             },
98             {
99               "name": "Router",
100               "source_files": "Cocoa/AppFrameworks/Foundation/Router/*.{h,m}",
101               "dependencies": {
102                 "YJCocoa/AppFrameworks/Foundation/Http": [
104                 ]
105               },
106               "subspecs": [
107                 {
108                   "name": "Manager",
109                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Manager/*.{h,m}",
110                   "dependencies": {
111                     "YJCocoa/AppFrameworks/Foundation/Router/Model": [
113                     ],
114                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
116                     ]
117                   }
118                 },
119                 {
120                   "name": "Model",
121                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Model/*.{h,m}",
122                   "dependencies": {
123                     "YJCocoa/AppFrameworks/Foundation/Router/Protocol": [
125                     ]
126                   }
127                 },
128                 {
129                   "name": "Protocol",
130                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Protocol/*.{h,m}"
131                 }
132               ]
133             },
134             {
135               "name": "Singleton",
136               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
137               "subspecs": [
138                 {
139                   "name": "Core",
140                   "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/Core/*.{h,m}",
141                   "dependencies": {
142                     "YJCocoa/AppFrameworks/Foundation/Other": [
144                     ],
145                     "YJCocoa/System/Dispatch": [
147                     ]
148                   }
149                 }
150               ]
151             },
152             {
153               "name": "Swizzling",
154               "source_files": "Cocoa/AppFrameworks/Foundation/Swizzling/*.{h,m}",
155               "dependencies": {
156                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
158                 ],
159                 "YJCocoa/System/Dispatch": [
161                 ]
162               }
163             },
164             {
165               "name": "Timer",
166               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
167               "dependencies": {
168                 "YJCocoa/AppFrameworks/Foundation/Calendar": [
170                 ],
171                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
173                 ],
174                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
176                 ],
177                 "YJCocoa/System/Security/Random": [
179                 ]
180               }
181             },
182             {
183               "name": "URLCode",
184               "source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
185             },
186             {
187               "name": "URLSession",
188               "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
189               "subspecs": [
190                 {
191                   "name": "Pool",
192                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Pool/*.{h,m}",
193                   "dependencies": {
194                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
196                     ]
197                   }
198                 },
199                 {
200                   "name": "Request",
201                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
202                   "dependencies": {
203                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
205                     ]
206                   }
207                 },
208                 {
209                   "name": "Task",
210                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Task/*.{h,m}",
211                   "dependencies": {
212                     "YJCocoa/AppFrameworks/Foundation/URLSession/Pool": [
214                     ],
215                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
217                     ],
218                     "YJCocoa/System/Dispatch": [
220                     ]
221                   }
222                 }
223               ]
224             },
225             {
226               "name": "Other",
227               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
228             }
229           ]
230         },
231         {
232           "name": "UIKit",
233           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
234           "subspecs": [
235             {
236               "name": "AutoLayout",
237               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
238               "subspecs": [
239                 {
240                   "name": "UIView",
241                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
242                   "dependencies": {
243                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
245                     ]
246                   }
247                 },
248                 {
249                   "name": "UIViewController",
250                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
251                   "dependencies": {
252                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
254                     ]
255                   }
256                 },
257                 {
258                   "name": "LayoutAnchor",
259                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
260                   "dependencies": {
261                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
263                     ]
264                   }
265                 },
266                 {
267                   "name": "Extend",
268                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
269                 }
270               ]
271             },
272             {
273               "name": "CollectionView",
274               "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/*.{h,m}",
275               "subspecs": [
276                 {
277                   "name": "Core",
278                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/{Cell,Manager}/*.{h,m}",
279                   "dependencies": {
280                     "YJCocoa/AppFrameworks/UIKit/CollectionView/CellObject": [
282                     ],
283                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
285                     ],
286                     "YJCocoa/System/Dispatch": [
288                     ]
289                   }
290                 },
291                 {
292                   "name": "CellObject",
293                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/CellObject/*.{h,m}",
294                   "dependencies": {
295                     "YJCocoa/AppFrameworks/Foundation/Other": [
297                     ]
298                   }
299                 }
300               ]
301             },
302             {
303               "name": "Color",
304               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
305             },
306             {
307               "name": "InputLength",
308               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
309             },
310             {
311               "name": "NavigationBar",
312               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
313               "subspecs": [
314                 {
315                   "name": "Core",
316                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
317                   "dependencies": {
318                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
320                     ]
321                   }
322                 }
323               ]
324             },
325             {
326               "name": "NavigationRouter",
327               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationRouter/*.{h,m}",
328               "dependencies": {
329                 "YJCocoa/AppFrameworks/Foundation/Router": [
331                 ]
332               }
333             },
334             {
335               "name": "PageView",
336               "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
337               "subspecs": [
338                 {
339                   "name": "Core",
340                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/{Cell,Manager}/*.{h,m}",
341                   "dependencies": {
342                     "YJCocoa/AppFrameworks/UIKit/PageView/CellObject": [
344                     ],
345                     "YJCocoa/AppFrameworks/Foundation/Timer": [
347                     ]
348                   }
349                 },
350                 {
351                   "name": "CellObject",
352                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/CellObject/*.{h,m}"
353                 }
354               ]
355             },
356             {
357               "name": "ScrollViewManager",
358               "source_files": "Cocoa/AppFrameworks/UIKit/ScrollViewManager/*.{h,m}",
359               "dependencies": {
360                 "YJCocoa/AppFrameworks/Foundation/AOP": [
362                 ],
363                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
365                 ]
366               }
367             },
368             {
369               "name": "TableView",
370               "source_files": "Cocoa/AppFrameworks/UIKit/TableView/*.{h,m}",
371               "subspecs": [
372                 {
373                   "name": "Core",
374                   "source_files": "Cocoa/AppFrameworks/UIKit/TableView/{Manager,Cell}/*.{h,m}",
375                   "dependencies": {
376                     "YJCocoa/AppFrameworks/UIKit/TableView/CellObject": [
378                     ],
379                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
381                     ],
382                     "YJCocoa/System/Dispatch": [
384                     ]
385                   }
386                 },
387                 {
388                   "name": "CellObject",
389                   "source_files": "Cocoa/AppFrameworks/UIKit/TableView/CellObject/*.{h,m}",
390                   "dependencies": {
391                     "YJCocoa/AppFrameworks/Foundation/Other": [
393                     ]
394                   }
395                 }
396               ]
397             },
398             {
399               "name": "ViewGeometry",
400               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
401             }
402           ]
403         }
404       ]
405     },
406     {
407       "name": "AppServices",
408       "source_files": "Cocoa/AppServices/*.{h,m}",
409       "subspecs": [
410         {
411           "name": "CoreData",
412           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
413           "subspecs": [
414             {
415               "name": "Core",
416               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
417               "dependencies": {
418                 "YJCocoa/AppFrameworks/Foundation/Timer": [
420                 ]
421               }
422             },
423             {
424               "name": "Migration",
425               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
426               "dependencies": {
427                 "YJCocoa/AppServices/CoreData/Core": [
429                 ],
430                 "YJCocoa/AppFrameworks/Foundation/Directory": [
432                 ],
433                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
435                 ]
436               }
437             },
438             {
439               "name": "Object",
440               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
441               "dependencies": {
442                 "YJCocoa/AppServices/CoreData/Core": [
444                 ]
445               }
446             }
447           ]
448         }
449       ]
450     },
451     {
452       "name": "DeveloperTools",
453       "source_files": "Cocoa/DeveloperTools/*.{h,m}",
454       "subspecs": [
455         {
456           "name": "Leaks",
457           "source_files": "Cocoa/DeveloperTools/Leaks/*.{h,m}",
458           "subspecs": [
459             {
460               "name": "Core",
461               "source_files": "Cocoa/DeveloperTools/Leaks/Core/*.{h,m}",
462               "dependencies": {
463                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
465                 ],
466                 "YJCocoa/System/Dispatch": [
468                 ]
469               }
470             },
471             {
472               "name": "UIView",
473               "source_files": "Cocoa/DeveloperTools/Leaks/UIView/*.{h,m}",
474               "dependencies": {
475                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
477                 ],
478                 "YJCocoa/DeveloperTools/Leaks/Core": [
480                 ]
481               }
482             },
483             {
484               "name": "UIViewController",
485               "source_files": "Cocoa/DeveloperTools/Leaks/UIViewController/*.{h,m}",
486               "dependencies": {
487                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
489                 ],
490                 "YJCocoa/DeveloperTools/Leaks/Core": [
492                 ]
493               }
494             }
495           ]
496         },
497         {
498           "name": "MemoryInfo",
499           "source_files": "Cocoa/DeveloperTools/MemoryInfo/*.{h,m}"
500         },
501         {
502           "name": "TimeProfiler",
503           "source_files": "Cocoa/DeveloperTools/TimeProfiler/*.{h,m}",
504           "dependencies": {
505             "YJCocoa/AppFrameworks/Foundation/Swizzling": [
507             ],
508             "YJCocoa/System/Dispatch": [
510             ]
511           }
512         }
513       ]
514     },
515     {
516       "name": "System",
517       "source_files": "Cocoa/System/*.{h,m}",
518       "subspecs": [
519         {
520           "name": "Dispatch",
521           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
522         },
523         {
524           "name": "Security",
525           "source_files": "Cocoa/System/Security/*.{h,m}",
526           "subspecs": [
527             {
528               "name": "Keychain",
529               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
530               "subspecs": [
531                 {
532                   "name": "Item",
533                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
534                 }
535               ]
536             },
537             {
538               "name": "Random",
539               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
540             }
541           ]
542         }
543       ]
544     }
545   ]