[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 8.7.0 / YJCocoa.podspec.json
blob2b16bb7a3bed7e2f88d5384835b5ade98bbf13b0
2   "name": "YJCocoa",
3   "version": "8.7.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.7.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": "Cache",
49               "source_files": "Cocoa/AppFrameworks/Foundation/Cache/*.{h,m}",
50               "dependencies": {
51                 "YJCocoa/System/Pthread": [
53                 ]
54               }
55             },
56             {
57               "name": "Calendar",
58               "source_files": "Cocoa/AppFrameworks/Foundation/Calendar/*.{h,m}"
59             },
60             {
61               "name": "CodeInject",
62               "source_files": "Cocoa/AppFrameworks/Foundation/CodeInject/*.{h,m}"
63             },
64             {
65               "name": "DictionaryModel",
66               "source_files": "Cocoa/AppFrameworks/Foundation/DictionaryModel/*.{h,m}",
67               "dependencies": {
68                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
70                 ],
71                 "YJCocoa/System/Dispatch": [
73                 ]
74               }
75             },
76             {
77               "name": "Directory",
78               "source_files": "Cocoa/AppFrameworks/Foundation/Directory/*.{h,m}",
79               "dependencies": {
80                 "YJCocoa/AppFrameworks/Foundation/Log": [
82                 ],
83                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
85                 ]
86               }
87             },
88             {
89               "name": "FileManager",
90               "source_files": "Cocoa/AppFrameworks/Foundation/FileManager/*.{h,m}"
91             },
92             {
93               "name": "Http",
94               "source_files": "Cocoa/AppFrameworks/Foundation/Http/*.{h,m}",
95               "dependencies": {
96                 "YJCocoa/AppFrameworks/Foundation/URLCode": [
98                 ]
99               }
100             },
101             {
102               "name": "KVO",
103               "source_files": "Cocoa/AppFrameworks/Foundation/KVO/*.{h,m}"
104             },
105             {
106               "name": "Log",
107               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
108             },
109             {
110               "name": "NotificationCenter",
111               "source_files": "Cocoa/AppFrameworks/Foundation/NotificationCenter/*.{h,m}"
112             },
113             {
114               "name": "Other",
115               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}",
116               "dependencies": {
117                 "YJCocoa/System/Dispatch": [
119                 ]
120               }
121             },
122             {
123               "name": "Safety",
124               "source_files": "Cocoa/AppFrameworks/Foundation/Safety/**/*",
125               "dependencies": {
126                 "YJCocoa/AppFrameworks/Foundation/Log": [
128                 ],
129                 "YJCocoa/System/Pthread": [
131                 ]
132               }
133             },
134             {
135               "name": "Scheduler",
136               "source_files": "Cocoa/AppFrameworks/Foundation/Scheduler/**/*",
137               "dependencies": {
138                 "YJCocoa/AppFrameworks/Foundation/CodeInject": [
140                 ],
141                 "YJCocoa/AppFrameworks/Foundation/NotificationCenter": [
143                 ],
144                 "YJCocoa/AppFrameworks/Foundation/Safety": [
146                 ],
147                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
149                 ],
150                 "YJCocoa/System/Dispatch": [
152                 ]
153               }
154             },
155             {
156               "name": "Singleton",
157               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/**/*",
158               "dependencies": {
159                 "YJCocoa/AppFrameworks/Foundation/Log": [
161                 ],
162                 "YJCocoa/AppFrameworks/Foundation/Other": [
164                 ],
165                 "YJCocoa/System/Pthread": [
167                 ]
168               }
169             },
170             {
171               "name": "Swizzling",
172               "source_files": "Cocoa/AppFrameworks/Foundation/Swizzling/*.{h,m}",
173               "dependencies": {
174                 "YJCocoa/AppFrameworks/Foundation/Log": [
176                 ],
177                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
179                 ],
180                 "YJCocoa/System/Dispatch": [
182                 ]
183               }
184             },
185             {
186               "name": "Timer",
187               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
188               "dependencies": {
189                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
191                 ],
192                 "YJCocoa/System/Security/Random": [
194                 ]
195               }
196             },
197             {
198               "name": "URLCode",
199               "source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
200             },
201             {
202               "name": "URLRouter",
203               "source_files": "Cocoa/AppFrameworks/Foundation/URLRouter/**/*.{h,m}",
204               "dependencies": {
205                 "YJCocoa/AppFrameworks/Foundation/Http": [
207                 ],
208                 "YJCocoa/AppFrameworks/Foundation/Scheduler": [
210                 ]
211               }
212             },
213             {
214               "name": "URLSession",
215               "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
216               "subspecs": [
217                 {
218                   "name": "Core",
219                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Core/*.{h,m}",
220                   "dependencies": {
221                     "YJCocoa/AppFrameworks/Foundation/Cache": [
223                     ],
224                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
226                     ]
227                   }
228                 },
229                 {
230                   "name": "Request",
231                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
232                   "dependencies": {
233                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
235                     ],
236                     "YJCocoa/AppFrameworks/Foundation/Log": [
238                     ]
239                   }
240                 }
241               ]
242             }
243           ]
244         },
245         {
246           "name": "UIKit",
247           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
248           "subspecs": [
249             {
250               "name": "AutoLayout",
251               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
252               "subspecs": [
253                 {
254                   "name": "UIView",
255                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
256                   "dependencies": {
257                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
259                     ]
260                   }
261                 },
262                 {
263                   "name": "UIViewController",
264                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
265                   "dependencies": {
266                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
268                     ]
269                   }
270                 },
271                 {
272                   "name": "LayoutAnchor",
273                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
274                   "dependencies": {
275                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
277                     ]
278                   }
279                 },
280                 {
281                   "name": "Extend",
282                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
283                 }
284               ]
285             },
286             {
287               "name": "CollectionView",
288               "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/*.{h,m}",
289               "subspecs": [
290                 {
291                   "name": "Core",
292                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/{Cell,Manager}/*.{h,m}",
293                   "dependencies": {
294                     "YJCocoa/AppFrameworks/UIKit/CollectionView/CellObject": [
296                     ],
297                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
299                     ],
300                     "YJCocoa/System/Dispatch": [
302                     ],
303                     "YJCocoa/AppFrameworks/Foundation/Log": [
305                     ]
306                   }
307                 },
308                 {
309                   "name": "CellObject",
310                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/CellObject/*.{h,m}",
311                   "dependencies": {
312                     "YJCocoa/AppFrameworks/Foundation/Other": [
314                     ]
315                   }
316                 }
317               ]
318             },
319             {
320               "name": "Color",
321               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
322             },
323             {
324               "name": "InputLength",
325               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
326             },
327             {
328               "name": "NavigationBar",
329               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
330               "dependencies": {
331                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
333                 ]
334               }
335             },
336             {
337               "name": "NavigationRouter",
338               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationRouter/*.{h,m}",
339               "dependencies": {
340                 "YJCocoa/AppFrameworks/Foundation/URLRouter": [
342                 ]
343               }
344             },
345             {
346               "name": "PageView",
347               "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
348               "subspecs": [
349                 {
350                   "name": "Core",
351                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/{Cell,Manager}/*.{h,m}",
352                   "dependencies": {
353                     "YJCocoa/AppFrameworks/UIKit/PageView/CellObject": [
355                     ],
356                     "YJCocoa/AppFrameworks/Foundation/Timer": [
358                     ]
359                   }
360                 },
361                 {
362                   "name": "CellObject",
363                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/CellObject/*.{h,m}"
364                 }
365               ]
366             },
367             {
368               "name": "ScrollViewManager",
369               "source_files": "Cocoa/AppFrameworks/UIKit/ScrollViewManager/*.{h,m}",
370               "dependencies": {
371                 "YJCocoa/AppFrameworks/Foundation/AOP": [
373                 ],
374                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
376                 ]
377               }
378             },
379             {
380               "name": "TableView",
381               "source_files": "Cocoa/AppFrameworks/UIKit/TableView/*.{h,m}",
382               "subspecs": [
383                 {
384                   "name": "Core",
385                   "source_files": "Cocoa/AppFrameworks/UIKit/TableView/{Manager,Cell}/*.{h,m}",
386                   "dependencies": {
387                     "YJCocoa/AppFrameworks/UIKit/TableView/CellObject": [
389                     ],
390                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
392                     ],
393                     "YJCocoa/AppFrameworks/Foundation/Log": [
395                     ]
396                   }
397                 },
398                 {
399                   "name": "CellObject",
400                   "source_files": "Cocoa/AppFrameworks/UIKit/TableView/CellObject/*.{h,m}",
401                   "dependencies": {
402                     "YJCocoa/AppFrameworks/Foundation/Other": [
404                     ]
405                   }
406                 }
407               ]
408             },
409             {
410               "name": "ViewControllerTransitioning",
411               "source_files": "Cocoa/AppFrameworks/UIKit/ViewControllerTransitioning/YJUIViewControllerTransitioning.h",
412               "subspecs": [
413                 {
414                   "name": "Core",
415                   "source_files": "Cocoa/AppFrameworks/UIKit/ViewControllerTransitioning/Core/*.{h,m}",
416                   "dependencies": {
417                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
419                     ],
420                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
422                     ]
423                   }
424                 },
425                 {
426                   "name": "PresentDismiss",
427                   "source_files": "Cocoa/AppFrameworks/UIKit/ViewControllerTransitioning/PresentDismiss/*.{h,m}",
428                   "dependencies": {
429                     "YJCocoa/AppFrameworks/UIKit/ViewControllerTransitioning/Core": [
431                     ]
432                   }
433                 },
434                 {
435                   "name": "PushPop",
436                   "source_files": "Cocoa/AppFrameworks/UIKit/ViewControllerTransitioning/PushPop/*.{h,m}",
437                   "dependencies": {
438                     "YJCocoa/AppFrameworks/UIKit/ViewControllerTransitioning/Core": [
440                     ]
441                   }
442                 }
443               ]
444             },
445             {
446               "name": "ViewGeometry",
447               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
448             }
449           ]
450         }
451       ]
452     },
453     {
454       "name": "AppServices",
455       "source_files": "Cocoa/AppServices/*.{h,m}",
456       "subspecs": [
457         {
458           "name": "CoreData",
459           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
460           "subspecs": [
461             {
462               "name": "Core",
463               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
464               "dependencies": {
465                 "YJCocoa/AppFrameworks/Foundation/Timer": [
467                 ],
468                 "YJCocoa/System/Dispatch": [
470                 ]
471               }
472             },
473             {
474               "name": "Migration",
475               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
476               "dependencies": {
477                 "YJCocoa/AppServices/CoreData/Core": [
479                 ],
480                 "YJCocoa/AppFrameworks/Foundation/Directory": [
482                 ],
483                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
485                 ]
486               }
487             },
488             {
489               "name": "Object",
490               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
491               "dependencies": {
492                 "YJCocoa/AppServices/CoreData/Core": [
494                 ]
495               }
496             }
497           ]
498         }
499       ]
500     },
501     {
502       "name": "DeveloperTools",
503       "source_files": "Cocoa/DeveloperTools/*.{h,m}",
504       "subspecs": [
505         {
506           "name": "Leaks",
507           "source_files": "Cocoa/DeveloperTools/Leaks/*.{h,m}",
508           "subspecs": [
509             {
510               "name": "Core",
511               "source_files": "Cocoa/DeveloperTools/Leaks/Core/*.{h,m}",
512               "dependencies": {
513                 "YJCocoa/AppFrameworks/Foundation/Log": [
515                 ],
516                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
518                 ],
519                 "YJCocoa/System/Dispatch": [
521                 ]
522               }
523             },
524             {
525               "name": "UIView",
526               "source_files": "Cocoa/DeveloperTools/Leaks/UIView/*.{h,m}",
527               "dependencies": {
528                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
530                 ],
531                 "YJCocoa/DeveloperTools/Leaks/Core": [
533                 ]
534               }
535             },
536             {
537               "name": "UIViewController",
538               "source_files": "Cocoa/DeveloperTools/Leaks/UIViewController/*.{h,m}",
539               "dependencies": {
540                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
542                 ],
543                 "YJCocoa/DeveloperTools/Leaks/Core": [
545                 ]
546               }
547             }
548           ]
549         },
550         {
551           "name": "MemoryInfo",
552           "source_files": "Cocoa/DeveloperTools/MemoryInfo/*.{h,m}"
553         },
554         {
555           "name": "Timeline",
556           "source_files": "Cocoa/DeveloperTools/Timeline/*",
557           "dependencies": {
558             "YJCocoa/AppFrameworks/Foundation/Log": [
560             ]
561           }
562         },
563         {
564           "name": "TimeProfiler",
565           "source_files": "Cocoa/DeveloperTools/TimeProfiler/*.{h,m}",
566           "dependencies": {
567             "YJCocoa/AppFrameworks/Foundation/Swizzling": [
569             ]
570           }
571         }
572       ]
573     },
574     {
575       "name": "System",
576       "source_files": "Cocoa/System/*.{h,m}",
577       "subspecs": [
578         {
579           "name": "Dispatch",
580           "source_files": "Cocoa/System/Dispatch/*.{h,m}",
581           "dependencies": {
582             "YJCocoa/System/Other": [
584             ]
585           }
586         },
587         {
588           "name": "Other",
589           "source_files": "Cocoa/System/Other/*.{h,m}"
590         },
591         {
592           "name": "Pthread",
593           "source_files": "Cocoa/System/Pthread/*.{h,m}",
594           "dependencies": {
595             "YJCocoa/System/Other": [
597             ]
598           }
599         },
600         {
601           "name": "Security",
602           "source_files": "Cocoa/System/Security/*.{h,m}",
603           "subspecs": [
604             {
605               "name": "Keychain",
606               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
607               "subspecs": [
608                 {
609                   "name": "Item",
610                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
611                 }
612               ]
613             },
614             {
615               "name": "Random",
616               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
617             }
618           ]
619         }
620       ]
621     }
622   ]