[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 5.5.1 / YJCocoa.podspec.json
blobba90dd2ed902f66c0fcd95a2f02cf315ef336b46
2   "name": "YJCocoa",
3   "version": "5.5.1",
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.1"
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": "Pool",
163                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Pool/*.{h,m}",
164                   "dependencies": {
165                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
167                     ]
168                   }
169                 },
170                 {
171                   "name": "Request",
172                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
173                   "dependencies": {
174                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
176                     ]
177                   }
178                 },
179                 {
180                   "name": "Task",
181                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Task/*.{h,m}",
182                   "dependencies": {
183                     "YJCocoa/AppFrameworks/Foundation/URLSession/Pool": [
185                     ],
186                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
188                     ],
189                     "YJCocoa/System/Dispatch": [
191                     ]
192                   }
193                 }
194               ]
195             },
196             {
197               "name": "Other",
198               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
199             }
200           ]
201         },
202         {
203           "name": "UIKit",
204           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
205           "subspecs": [
206             {
207               "name": "AutoLayout",
208               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
209               "subspecs": [
210                 {
211                   "name": "UIView",
212                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
213                   "dependencies": {
214                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
216                     ]
217                   }
218                 },
219                 {
220                   "name": "UIViewController",
221                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
222                   "dependencies": {
223                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
225                     ]
226                   }
227                 },
228                 {
229                   "name": "LayoutAnchor",
230                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
231                   "dependencies": {
232                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
234                     ]
235                   }
236                 },
237                 {
238                   "name": "Extend",
239                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
240                 }
241               ]
242             },
243             {
244               "name": "CollectionViewManager",
245               "subspecs": [
246                 {
247                   "name": "Core",
248                   "source_files": [
249                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
250                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
251                   ],
252                   "dependencies": {
253                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
255                     ],
256                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
258                     ],
259                     "YJCocoa/System/Dispatch": [
261                     ]
262                   }
263                 },
264                 {
265                   "name": "CollectionCellObject",
266                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
267                   "dependencies": {
268                     "YJCocoa/AppFrameworks/Foundation/Other": [
270                     ]
271                   }
272                 }
273               ]
274             },
275             {
276               "name": "Color",
277               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
278             },
279             {
280               "name": "InputLength",
281               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
282             },
283             {
284               "name": "NavigationBar",
285               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
286               "subspecs": [
287                 {
288                   "name": "Core",
289                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
290                   "dependencies": {
291                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
293                     ]
294                   }
295                 }
296               ]
297             },
298             {
299               "name": "NavigationRouter",
300               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationRouter/*.{h,m}",
301               "dependencies": {
302                 "YJCocoa/AppFrameworks/Foundation/Router": [
304                 ]
305               }
306             },
307             {
308               "name": "PageView",
309               "subspecs": [
310                 {
311                   "name": "Core",
312                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
313                   "dependencies": {
314                     "YJCocoa/System/Dispatch": [
316                     ],
317                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
319                     ],
320                     "YJCocoa/AppFrameworks/Foundation/Other": [
322                     ]
323                   }
324                 },
325                 {
326                   "name": "ImagePage",
327                   "resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
328                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
329                   "dependencies": {
330                     "YJCocoa/AppFrameworks/UIKit/PageView/Core": [
332                     ]
333                   }
334                 }
335               ]
336             },
337             {
338               "name": "ScrollViewManager",
339               "source_files": "Cocoa/AppFrameworks/UIKit/ScrollViewManager/*.{h,m}",
340               "dependencies": {
341                 "YJCocoa/AppFrameworks/Foundation/AOP": [
343                 ],
344                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
346                 ]
347               }
348             },
349             {
350               "name": "TableViewManager",
351               "subspecs": [
352                 {
353                   "name": "Core",
354                   "source_files": [
355                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
356                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
357                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
358                   ],
359                   "dependencies": {
360                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
362                     ],
363                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
365                     ],
366                     "YJCocoa/System/Dispatch": [
368                     ]
369                   }
370                 },
371                 {
372                   "name": "TableCellObject",
373                   "source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
374                   "dependencies": {
375                     "YJCocoa/AppFrameworks/Foundation/Other": [
377                     ]
378                   }
379                 }
380               ]
381             },
382             {
383               "name": "ViewGeometry",
384               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
385             }
386           ]
387         }
388       ]
389     },
390     {
391       "name": "AppServices",
392       "source_files": "Cocoa/AppServices/*.{h,m}",
393       "subspecs": [
394         {
395           "name": "CoreData",
396           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
397           "subspecs": [
398             {
399               "name": "Core",
400               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
401               "dependencies": {
402                 "YJCocoa/AppFrameworks/Foundation/Timer": [
404                 ]
405               }
406             },
407             {
408               "name": "Migration",
409               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
410               "dependencies": {
411                 "YJCocoa/AppServices/CoreData/Core": [
413                 ],
414                 "YJCocoa/AppFrameworks/Foundation/Directory": [
416                 ],
417                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
419                 ]
420               }
421             },
422             {
423               "name": "Object",
424               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
425               "dependencies": {
426                 "YJCocoa/AppServices/CoreData/Core": [
428                 ]
429               }
430             }
431           ]
432         }
433       ]
434     },
435     {
436       "name": "System",
437       "source_files": "Cocoa/System/*.{h,m}",
438       "subspecs": [
439         {
440           "name": "Dispatch",
441           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
442         },
443         {
444           "name": "Security",
445           "source_files": "Cocoa/System/Security/*.{h,m}",
446           "subspecs": [
447             {
448               "name": "Keychain",
449               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
450               "subspecs": [
451                 {
452                   "name": "Item",
453                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
454                 }
455               ]
456             },
457             {
458               "name": "Random",
459               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
460             }
461           ]
462         }
463       ]
464     }
465   ]