[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 6.3.0 / YJCocoa.podspec.json
blob05c5df4f99ee0e72f927cbc37d1fb41232061714
2   "name": "YJCocoa",
3   "version": "6.3.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": "v6.3.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     "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": "Log",
85               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
86             },
87             {
88               "name": "PerformSelector",
89               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
90             },
91             {
92               "name": "Router",
93               "source_files": "Cocoa/AppFrameworks/Foundation/Router/*.{h,m}",
94               "dependencies": {
95                 "YJCocoa/AppFrameworks/Foundation/Http": [
97                 ]
98               },
99               "subspecs": [
100                 {
101                   "name": "Header",
102                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Header/*.{h,m}"
103                 },
104                 {
105                   "name": "Manager",
106                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Manager/*.{h,m}",
107                   "dependencies": {
108                     "YJCocoa/AppFrameworks/Foundation/Router/Header": [
110                     ],
111                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
113                     ]
114                   }
115                 },
116                 {
117                   "name": "Router",
118                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Router/*.{h,m}",
119                   "dependencies": {
120                     "YJCocoa/AppFrameworks/Foundation/Router/Header": [
122                     ]
123                   }
124                 }
125               ]
126             },
127             {
128               "name": "Singleton",
129               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
130               "subspecs": [
131                 {
132                   "name": "Core",
133                   "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/Core/*.{h,m}",
134                   "dependencies": {
135                     "YJCocoa/AppFrameworks/Foundation/Other": [
137                     ],
138                     "YJCocoa/System/Dispatch": [
140                     ]
141                   }
142                 }
143               ]
144             },
145             {
146               "name": "Swizzling",
147               "source_files": "Cocoa/AppFrameworks/Foundation/Swizzling/*.{h,m}",
148               "dependencies": {
149                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
151                 ],
152                 "YJCocoa/System/Dispatch": [
154                 ]
155               }
156             },
157             {
158               "name": "Timer",
159               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
160               "dependencies": {
161                 "YJCocoa/AppFrameworks/Foundation/Calendar": [
163                 ],
164                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
166                 ],
167                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
169                 ],
170                 "YJCocoa/System/Security/Random": [
172                 ]
173               }
174             },
175             {
176               "name": "URLCode",
177               "source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
178             },
179             {
180               "name": "URLSession",
181               "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
182               "subspecs": [
183                 {
184                   "name": "Pool",
185                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Pool/*.{h,m}",
186                   "dependencies": {
187                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
189                     ]
190                   }
191                 },
192                 {
193                   "name": "Request",
194                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
195                   "dependencies": {
196                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
198                     ]
199                   }
200                 },
201                 {
202                   "name": "Task",
203                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Task/*.{h,m}",
204                   "dependencies": {
205                     "YJCocoa/AppFrameworks/Foundation/URLSession/Pool": [
207                     ],
208                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
210                     ],
211                     "YJCocoa/System/Dispatch": [
213                     ]
214                   }
215                 }
216               ]
217             },
218             {
219               "name": "Other",
220               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
221             }
222           ]
223         },
224         {
225           "name": "UIKit",
226           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
227           "subspecs": [
228             {
229               "name": "AutoLayout",
230               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
231               "subspecs": [
232                 {
233                   "name": "UIView",
234                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
235                   "dependencies": {
236                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
238                     ]
239                   }
240                 },
241                 {
242                   "name": "UIViewController",
243                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
244                   "dependencies": {
245                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
247                     ]
248                   }
249                 },
250                 {
251                   "name": "LayoutAnchor",
252                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
253                   "dependencies": {
254                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
256                     ]
257                   }
258                 },
259                 {
260                   "name": "Extend",
261                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
262                 }
263               ]
264             },
265             {
266               "name": "CollectionViewManager",
267               "subspecs": [
268                 {
269                   "name": "Core",
270                   "source_files": [
271                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
272                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
273                   ],
274                   "dependencies": {
275                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
277                     ],
278                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
280                     ],
281                     "YJCocoa/System/Dispatch": [
283                     ]
284                   }
285                 },
286                 {
287                   "name": "CollectionCellObject",
288                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
289                   "dependencies": {
290                     "YJCocoa/AppFrameworks/Foundation/Other": [
292                     ]
293                   }
294                 }
295               ]
296             },
297             {
298               "name": "Color",
299               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
300             },
301             {
302               "name": "InputLength",
303               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
304             },
305             {
306               "name": "NavigationBar",
307               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
308               "subspecs": [
309                 {
310                   "name": "Core",
311                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
312                   "dependencies": {
313                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
315                     ]
316                   }
317                 }
318               ]
319             },
320             {
321               "name": "NavigationRouter",
322               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationRouter/*.{h,m}",
323               "dependencies": {
324                 "YJCocoa/AppFrameworks/Foundation/Router": [
326                 ]
327               }
328             },
329             {
330               "name": "PageView",
331               "source_files": [
332                 "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
333                 "Cocoa/AppFrameworks/UIKit/PageView/Cell/*.{h,m}"
334               ],
335               "dependencies": {
336                 "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
338                 ],
339                 "YJCocoa/AppFrameworks/Foundation/Other": [
341                 ]
342               },
343               "subspecs": [
344                 {
345                   "name": "CellObject",
346                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/CellObject/*.{h,m}"
347                 }
348               ]
349             },
350             {
351               "name": "ScrollViewManager",
352               "source_files": "Cocoa/AppFrameworks/UIKit/ScrollViewManager/*.{h,m}",
353               "dependencies": {
354                 "YJCocoa/AppFrameworks/Foundation/AOP": [
356                 ],
357                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
359                 ]
360               }
361             },
362             {
363               "name": "TableViewManager",
364               "subspecs": [
365                 {
366                   "name": "Core",
367                   "source_files": [
368                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
369                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{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": "NSObject",
458               "source_files": "Cocoa/DeveloperTools/Leaks/NSObject/*.{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/NSObject": [
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/NSObject": [
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   ]