[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 5.5.0 / YJCocoa.podspec.json
blob0570a49d60bfb16e52ddaad8aec486a9ee45358d
2   "name": "YJCocoa",
3   "version": "5.5.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": "v5.5.0"
15   },
16   "summary": "YJ系列开源库",
17   "description": "姓名:阳君\nQQ:937447974\nYJ技术支持群:557445088",
18   "platforms": {
19     "ios": "7.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": "Log",
84               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
85             },
86             {
87               "name": "PerformSelector",
88               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
89             },
90             {
91               "name": "Router",
92               "source_files": "Cocoa/AppFrameworks/Foundation/Router/*.{h,m}",
93               "dependencies": {
94                 "YJCocoa/AppFrameworks/Foundation/Http": [
96                 ]
97               },
98               "subspecs": [
99                 {
100                   "name": "Header",
101                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Header/*.{h,m}"
102                 },
103                 {
104                   "name": "Manager",
105                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Manager/*.{h,m}",
106                   "dependencies": {
107                     "YJCocoa/AppFrameworks/Foundation/Router/Header": [
109                     ],
110                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
112                     ]
113                   }
114                 },
115                 {
116                   "name": "Router",
117                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Router/*.{h,m}",
118                   "dependencies": {
119                     "YJCocoa/AppFrameworks/Foundation/Router/Header": [
121                     ]
122                   }
123                 }
124               ]
125             },
126             {
127               "name": "Singleton",
128               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
129               "dependencies": {
130                 "YJCocoa/AppFrameworks/Foundation/Other": [
132                 ]
133               }
134             },
135             {
136               "name": "Timer",
137               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
138               "dependencies": {
139                 "YJCocoa/AppFrameworks/Foundation/Calendar": [
141                 ],
142                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
144                 ],
145                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
147                 ],
148                 "YJCocoa/System/Security/Random": [
150                 ]
151               }
152             },
153             {
154               "name": "URLCode",
155               "source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
156             },
157             {
158               "name": "URLSession",
159               "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
160               "subspecs": [
161                 {
162                   "name": "HTTPBody",
163                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/HTTPBody/*.{h,m}",
164                   "dependencies": {
165                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
167                     ]
168                   }
169                 },
170                 {
171                   "name": "Pool",
172                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Pool/*.{h,m}",
173                   "dependencies": {
174                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
176                     ]
177                   }
178                 },
179                 {
180                   "name": "Request",
181                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
182                   "dependencies": {
183                     "YJCocoa/AppFrameworks/Foundation/URLSession/HTTPBody": [
185                     ]
186                   }
187                 },
188                 {
189                   "name": "Task",
190                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Task/*.{h,m}",
191                   "dependencies": {
192                     "YJCocoa/AppFrameworks/Foundation/URLSession/Pool": [
194                     ],
195                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
197                     ],
198                     "YJCocoa/System/Dispatch": [
200                     ]
201                   }
202                 }
203               ]
204             },
205             {
206               "name": "Other",
207               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
208             }
209           ]
210         },
211         {
212           "name": "UIKit",
213           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
214           "subspecs": [
215             {
216               "name": "AutoLayout",
217               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
218               "subspecs": [
219                 {
220                   "name": "UIView",
221                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
222                   "dependencies": {
223                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
225                     ]
226                   }
227                 },
228                 {
229                   "name": "UIViewController",
230                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
231                   "dependencies": {
232                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
234                     ]
235                   }
236                 },
237                 {
238                   "name": "LayoutAnchor",
239                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
240                   "dependencies": {
241                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
243                     ]
244                   }
245                 },
246                 {
247                   "name": "Extend",
248                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
249                 }
250               ]
251             },
252             {
253               "name": "CollectionViewManager",
254               "subspecs": [
255                 {
256                   "name": "Core",
257                   "source_files": [
258                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
259                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
260                   ],
261                   "dependencies": {
262                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
264                     ],
265                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
267                     ],
268                     "YJCocoa/System/Dispatch": [
270                     ]
271                   }
272                 },
273                 {
274                   "name": "CollectionCellObject",
275                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
276                   "dependencies": {
277                     "YJCocoa/AppFrameworks/Foundation/Other": [
279                     ]
280                   }
281                 }
282               ]
283             },
284             {
285               "name": "Color",
286               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
287             },
288             {
289               "name": "InputLength",
290               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
291             },
292             {
293               "name": "NavigationBar",
294               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
295               "subspecs": [
296                 {
297                   "name": "Core",
298                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
299                   "dependencies": {
300                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
302                     ]
303                   }
304                 }
305               ]
306             },
307             {
308               "name": "NavigationRouter",
309               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationRouter/*.{h,m}",
310               "dependencies": {
311                 "YJCocoa/AppFrameworks/Foundation/Router": [
313                 ]
314               }
315             },
316             {
317               "name": "PageView",
318               "subspecs": [
319                 {
320                   "name": "Core",
321                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
322                   "dependencies": {
323                     "YJCocoa/System/Dispatch": [
325                     ],
326                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
328                     ],
329                     "YJCocoa/AppFrameworks/Foundation/Other": [
331                     ]
332                   }
333                 },
334                 {
335                   "name": "ImagePage",
336                   "resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
337                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
338                   "dependencies": {
339                     "YJCocoa/AppFrameworks/UIKit/PageView/Core": [
341                     ]
342                   }
343                 }
344               ]
345             },
346             {
347               "name": "ScrollViewManager",
348               "source_files": "Cocoa/AppFrameworks/UIKit/ScrollViewManager/*.{h,m}",
349               "dependencies": {
350                 "YJCocoa/AppFrameworks/Foundation/AOP": [
352                 ],
353                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
355                 ]
356               }
357             },
358             {
359               "name": "TableViewManager",
360               "subspecs": [
361                 {
362                   "name": "Core",
363                   "source_files": [
364                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
365                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
366                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
367                   ],
368                   "dependencies": {
369                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
371                     ],
372                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
374                     ],
375                     "YJCocoa/System/Dispatch": [
377                     ]
378                   }
379                 },
380                 {
381                   "name": "TableCellObject",
382                   "source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
383                   "dependencies": {
384                     "YJCocoa/AppFrameworks/Foundation/Other": [
386                     ]
387                   }
388                 }
389               ]
390             },
391             {
392               "name": "ViewGeometry",
393               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
394             }
395           ]
396         }
397       ]
398     },
399     {
400       "name": "AppServices",
401       "source_files": "Cocoa/AppServices/*.{h,m}",
402       "subspecs": [
403         {
404           "name": "CoreData",
405           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
406           "subspecs": [
407             {
408               "name": "Core",
409               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
410               "dependencies": {
411                 "YJCocoa/AppFrameworks/Foundation/Timer": [
413                 ]
414               }
415             },
416             {
417               "name": "Migration",
418               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
419               "dependencies": {
420                 "YJCocoa/AppServices/CoreData/Core": [
422                 ],
423                 "YJCocoa/AppFrameworks/Foundation/Directory": [
425                 ],
426                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
428                 ]
429               }
430             },
431             {
432               "name": "Object",
433               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
434               "dependencies": {
435                 "YJCocoa/AppServices/CoreData/Core": [
437                 ]
438               }
439             }
440           ]
441         }
442       ]
443     },
444     {
445       "name": "System",
446       "source_files": "Cocoa/System/*.{h,m}",
447       "subspecs": [
448         {
449           "name": "Dispatch",
450           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
451         },
452         {
453           "name": "Security",
454           "source_files": "Cocoa/System/Security/*.{h,m}",
455           "subspecs": [
456             {
457               "name": "Keychain",
458               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
459               "subspecs": [
460                 {
461                   "name": "Item",
462                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
463                 }
464               ]
465             },
466             {
467               "name": "Random",
468               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
469             }
470           ]
471         }
472       ]
473     }
474   ]