[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 8.0.0 / YJCocoa.podspec.json
blob85d92ee32e368e2a934dd83270c8d179a7864dc7
2   "name": "YJCocoa",
3   "version": "8.0.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.0.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     "DeveloperTools",
33     "System"
34   ],
35   "subspecs": [
36     {
37       "name": "AppFrameworks",
38       "source_files": "Cocoa/AppFrameworks/*.{h,m}",
39       "subspecs": [
40         {
41           "name": "Foundation",
42           "source_files": "Cocoa/AppFrameworks/Foundation/*.{h,m}",
43           "subspecs": [
44             {
45               "name": "AOP",
46               "source_files": "Cocoa/AppFrameworks/Foundation/AOP/*.{h,m}"
47             },
48             {
49               "name": "Calendar",
50               "source_files": "Cocoa/AppFrameworks/Foundation/Calendar/*.{h,m}"
51             },
52             {
53               "name": "DictionaryModel",
54               "source_files": "Cocoa/AppFrameworks/Foundation/DictionaryModel/*.{h,m}",
55               "dependencies": {
56                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
58                 ]
59               }
60             },
61             {
62               "name": "Directory",
63               "source_files": "Cocoa/AppFrameworks/Foundation/Directory/*.{h,m}",
64               "dependencies": {
65                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
67                 ]
68               }
69             },
70             {
71               "name": "FileManager",
72               "source_files": "Cocoa/AppFrameworks/Foundation/FileManager/*.{h,m}"
73             },
74             {
75               "name": "Http",
76               "source_files": "Cocoa/AppFrameworks/Foundation/Http/*.{h,m}",
77               "dependencies": {
78                 "YJCocoa/AppFrameworks/Foundation/URLCode": [
80                 ]
81               }
82             },
83             {
84               "name": "KVO",
85               "source_files": "Cocoa/AppFrameworks/Foundation/KVO/*.{h,m}"
86             },
87             {
88               "name": "Log",
89               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
90             },
91             {
92               "name": "PerformSelector",
93               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
94             },
95             {
96               "name": "Router",
97               "source_files": "Cocoa/AppFrameworks/Foundation/Router/*.{h,m}",
98               "dependencies": {
99                 "YJCocoa/AppFrameworks/Foundation/Http": [
101                 ]
102               },
103               "subspecs": [
104                 {
105                   "name": "Manager",
106                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Manager/*.{h,m}",
107                   "dependencies": {
108                     "YJCocoa/AppFrameworks/Foundation/Router/Model": [
110                     ],
111                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
113                     ]
114                   }
115                 },
116                 {
117                   "name": "Model",
118                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Model/*.{h,m}",
119                   "dependencies": {
120                     "YJCocoa/AppFrameworks/Foundation/Router/Protocol": [
122                     ]
123                   }
124                 },
125                 {
126                   "name": "Protocol",
127                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Protocol/*.{h,m}"
128                 }
129               ]
130             },
131             {
132               "name": "Singleton",
133               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
134               "subspecs": [
135                 {
136                   "name": "Core",
137                   "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/Core/*.{h,m}",
138                   "dependencies": {
139                     "YJCocoa/AppFrameworks/Foundation/Other": [
141                     ],
142                     "YJCocoa/System/Dispatch": [
144                     ]
145                   }
146                 }
147               ]
148             },
149             {
150               "name": "Swizzling",
151               "source_files": "Cocoa/AppFrameworks/Foundation/Swizzling/*.{h,m}",
152               "dependencies": {
153                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
155                 ],
156                 "YJCocoa/System/Dispatch": [
158                 ]
159               }
160             },
161             {
162               "name": "Timer",
163               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
164               "dependencies": {
165                 "YJCocoa/AppFrameworks/Foundation/Calendar": [
167                 ],
168                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
170                 ],
171                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
173                 ],
174                 "YJCocoa/System/Security/Random": [
176                 ]
177               }
178             },
179             {
180               "name": "URLCode",
181               "source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
182             },
183             {
184               "name": "URLSession",
185               "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
186               "subspecs": [
187                 {
188                   "name": "Pool",
189                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Pool/*.{h,m}",
190                   "dependencies": {
191                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
193                     ]
194                   }
195                 },
196                 {
197                   "name": "Request",
198                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
199                   "dependencies": {
200                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
202                     ]
203                   }
204                 },
205                 {
206                   "name": "Task",
207                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Task/*.{h,m}",
208                   "dependencies": {
209                     "YJCocoa/AppFrameworks/Foundation/URLSession/Pool": [
211                     ],
212                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
214                     ],
215                     "YJCocoa/System/Dispatch": [
217                     ]
218                   }
219                 }
220               ]
221             },
222             {
223               "name": "Other",
224               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
225             }
226           ]
227         },
228         {
229           "name": "UIKit",
230           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
231           "subspecs": [
232             {
233               "name": "AutoLayout",
234               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
235               "subspecs": [
236                 {
237                   "name": "UIView",
238                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
239                   "dependencies": {
240                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
242                     ]
243                   }
244                 },
245                 {
246                   "name": "UIViewController",
247                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
248                   "dependencies": {
249                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
251                     ]
252                   }
253                 },
254                 {
255                   "name": "LayoutAnchor",
256                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
257                   "dependencies": {
258                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
260                     ]
261                   }
262                 },
263                 {
264                   "name": "Extend",
265                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
266                 }
267               ]
268             },
269             {
270               "name": "CollectionViewManager",
271               "subspecs": [
272                 {
273                   "name": "Core",
274                   "source_files": [
275                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
276                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
277                   ],
278                   "dependencies": {
279                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
281                     ],
282                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
284                     ],
285                     "YJCocoa/System/Dispatch": [
287                     ]
288                   }
289                 },
290                 {
291                   "name": "CollectionCellObject",
292                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
293                   "dependencies": {
294                     "YJCocoa/AppFrameworks/Foundation/Other": [
296                     ]
297                   }
298                 }
299               ]
300             },
301             {
302               "name": "Color",
303               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
304             },
305             {
306               "name": "InputLength",
307               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
308             },
309             {
310               "name": "NavigationBar",
311               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
312               "subspecs": [
313                 {
314                   "name": "Core",
315                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
316                   "dependencies": {
317                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
319                     ]
320                   }
321                 }
322               ]
323             },
324             {
325               "name": "NavigationRouter",
326               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationRouter/*.{h,m}",
327               "dependencies": {
328                 "YJCocoa/AppFrameworks/Foundation/Router": [
330                 ]
331               }
332             },
333             {
334               "name": "PageViewManager",
335               "source_files": [
336                 "Cocoa/AppFrameworks/UIKit/PageViewManager/*.{h,m}",
337                 "Cocoa/AppFrameworks/UIKit/PageViewManager/Cell/*.{h,m}"
338               ],
339               "dependencies": {
340                 "YJCocoa/AppFrameworks/Foundation/Timer": [
342                 ]
343               },
344               "subspecs": [
345                 {
346                   "name": "CellObject",
347                   "source_files": "Cocoa/AppFrameworks/UIKit/PageViewManager/CellObject/*.{h,m}"
348                 }
349               ]
350             },
351             {
352               "name": "ScrollViewManager",
353               "source_files": "Cocoa/AppFrameworks/UIKit/ScrollViewManager/*.{h,m}",
354               "dependencies": {
355                 "YJCocoa/AppFrameworks/Foundation/AOP": [
357                 ],
358                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
360                 ]
361               }
362             },
363             {
364               "name": "TableViewManager",
365               "subspecs": [
366                 {
367                   "name": "Core",
368                   "source_files": [
369                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
370                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
371                   ],
372                   "dependencies": {
373                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
375                     ],
376                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
378                     ],
379                     "YJCocoa/System/Dispatch": [
381                     ]
382                   }
383                 },
384                 {
385                   "name": "TableCellObject",
386                   "source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
387                   "dependencies": {
388                     "YJCocoa/AppFrameworks/Foundation/Other": [
390                     ]
391                   }
392                 }
393               ]
394             },
395             {
396               "name": "ViewGeometry",
397               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
398             }
399           ]
400         }
401       ]
402     },
403     {
404       "name": "AppServices",
405       "source_files": "Cocoa/AppServices/*.{h,m}",
406       "subspecs": [
407         {
408           "name": "CoreData",
409           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
410           "subspecs": [
411             {
412               "name": "Core",
413               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
414               "dependencies": {
415                 "YJCocoa/AppFrameworks/Foundation/Timer": [
417                 ]
418               }
419             },
420             {
421               "name": "Migration",
422               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
423               "dependencies": {
424                 "YJCocoa/AppServices/CoreData/Core": [
426                 ],
427                 "YJCocoa/AppFrameworks/Foundation/Directory": [
429                 ],
430                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
432                 ]
433               }
434             },
435             {
436               "name": "Object",
437               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
438               "dependencies": {
439                 "YJCocoa/AppServices/CoreData/Core": [
441                 ]
442               }
443             }
444           ]
445         }
446       ]
447     },
448     {
449       "name": "DeveloperTools",
450       "source_files": "Cocoa/DeveloperTools/*.{h,m}",
451       "subspecs": [
452         {
453           "name": "Leaks",
454           "source_files": "Cocoa/DeveloperTools/Leaks/*.{h,m}",
455           "subspecs": [
456             {
457               "name": "Core",
458               "source_files": "Cocoa/DeveloperTools/Leaks/Core/*.{h,m}",
459               "dependencies": {
460                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
462                 ],
463                 "YJCocoa/System/Dispatch": [
465                 ]
466               }
467             },
468             {
469               "name": "UIView",
470               "source_files": "Cocoa/DeveloperTools/Leaks/UIView/*.{h,m}",
471               "dependencies": {
472                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
474                 ],
475                 "YJCocoa/DeveloperTools/Leaks/Core": [
477                 ]
478               }
479             },
480             {
481               "name": "UIViewController",
482               "source_files": "Cocoa/DeveloperTools/Leaks/UIViewController/*.{h,m}",
483               "dependencies": {
484                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
486                 ],
487                 "YJCocoa/DeveloperTools/Leaks/Core": [
489                 ]
490               }
491             }
492           ]
493         },
494         {
495           "name": "MemoryInfo",
496           "source_files": "Cocoa/DeveloperTools/MemoryInfo/*.{h,m}"
497         },
498         {
499           "name": "TimeProfiler",
500           "source_files": "Cocoa/DeveloperTools/TimeProfiler/*.{h,m}",
501           "dependencies": {
502             "YJCocoa/AppFrameworks/Foundation/Swizzling": [
504             ],
505             "YJCocoa/System/Dispatch": [
507             ]
508           }
509         }
510       ]
511     },
512     {
513       "name": "System",
514       "source_files": "Cocoa/System/*.{h,m}",
515       "subspecs": [
516         {
517           "name": "Dispatch",
518           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
519         },
520         {
521           "name": "Security",
522           "source_files": "Cocoa/System/Security/*.{h,m}",
523           "subspecs": [
524             {
525               "name": "Keychain",
526               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
527               "subspecs": [
528                 {
529                   "name": "Item",
530                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
531                 }
532               ]
533             },
534             {
535               "name": "Random",
536               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
537             }
538           ]
539         }
540       ]
541     }
542   ]