[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 8.5.0 / YJCocoa.podspec.json
blobf028650b6cb26ba95707883a427c7978006e6199
2   "name": "YJCocoa",
3   "version": "8.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": "8.5.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": "DictionaryModel",
62               "source_files": "Cocoa/AppFrameworks/Foundation/DictionaryModel/*.{h,m}",
63               "dependencies": {
64                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
66                 ],
67                 "YJCocoa/System/Dispatch": [
69                 ]
70               }
71             },
72             {
73               "name": "Directory",
74               "source_files": "Cocoa/AppFrameworks/Foundation/Directory/*.{h,m}",
75               "dependencies": {
76                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
78                 ]
79               }
80             },
81             {
82               "name": "FileManager",
83               "source_files": "Cocoa/AppFrameworks/Foundation/FileManager/*.{h,m}"
84             },
85             {
86               "name": "Http",
87               "source_files": "Cocoa/AppFrameworks/Foundation/Http/*.{h,m}",
88               "dependencies": {
89                 "YJCocoa/AppFrameworks/Foundation/URLCode": [
91                 ]
92               }
93             },
94             {
95               "name": "KVO",
96               "source_files": "Cocoa/AppFrameworks/Foundation/KVO/*.{h,m}"
97             },
98             {
99               "name": "Log",
100               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
101             },
102             {
103               "name": "NotificationCenter",
104               "source_files": "Cocoa/AppFrameworks/Foundation/NotificationCenter/*.{h,m}"
105             },
106             {
107               "name": "Other",
108               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
109             },
110             {
111               "name": "PerformSelector",
112               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
113             },
114             {
115               "name": "Singleton",
116               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
117               "subspecs": [
118                 {
119                   "name": "Core",
120                   "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/Core/*.{h,m}",
121                   "dependencies": {
122                     "YJCocoa/AppFrameworks/Foundation/Other": [
124                     ],
125                     "YJCocoa/System/Pthread": [
127                     ]
128                   }
129                 }
130               ]
131             },
132             {
133               "name": "Swizzling",
134               "source_files": "Cocoa/AppFrameworks/Foundation/Swizzling/*.{h,m}",
135               "dependencies": {
136                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
138                 ],
139                 "YJCocoa/System/Dispatch": [
141                 ]
142               }
143             },
144             {
145               "name": "Timer",
146               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
147               "dependencies": {
148                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
150                 ],
151                 "YJCocoa/System/Security/Random": [
153                 ]
154               }
155             },
156             {
157               "name": "URLCode",
158               "source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
159             },
160             {
161               "name": "URLRouter",
162               "source_files": "Cocoa/AppFrameworks/Foundation/URLRouter/**/*.{h,m}",
163               "dependencies": {
164                 "YJCocoa/AppFrameworks/Foundation/Http": [
166                 ],
167                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
169                 ],
170                 "YJCocoa/System/Dispatch": [
172                 ]
173               }
174             },
175             {
176               "name": "URLSession",
177               "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
178               "subspecs": [
179                 {
180                   "name": "Core",
181                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Core/*.{h,m}",
182                   "dependencies": {
183                     "YJCocoa/AppFrameworks/Foundation/Cache": [
185                     ],
186                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
188                     ]
189                   }
190                 },
191                 {
192                   "name": "Request",
193                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
194                   "dependencies": {
195                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
197                     ]
198                   }
199                 }
200               ]
201             }
202           ]
203         },
204         {
205           "name": "UIKit",
206           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
207           "subspecs": [
208             {
209               "name": "AutoLayout",
210               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
211               "subspecs": [
212                 {
213                   "name": "UIView",
214                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
215                   "dependencies": {
216                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
218                     ]
219                   }
220                 },
221                 {
222                   "name": "UIViewController",
223                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
224                   "dependencies": {
225                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
227                     ]
228                   }
229                 },
230                 {
231                   "name": "LayoutAnchor",
232                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
233                   "dependencies": {
234                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
236                     ]
237                   }
238                 },
239                 {
240                   "name": "Extend",
241                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
242                 }
243               ]
244             },
245             {
246               "name": "CollectionView",
247               "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/*.{h,m}",
248               "subspecs": [
249                 {
250                   "name": "Core",
251                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/{Cell,Manager}/*.{h,m}",
252                   "dependencies": {
253                     "YJCocoa/AppFrameworks/UIKit/CollectionView/CellObject": [
255                     ],
256                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
258                     ],
259                     "YJCocoa/System/Dispatch": [
261                     ]
262                   }
263                 },
264                 {
265                   "name": "CellObject",
266                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionView/CellObject/*.{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               "dependencies": {
287                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
289                 ]
290               }
291             },
292             {
293               "name": "NavigationRouter",
294               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationRouter/*.{h,m}",
295               "dependencies": {
296                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
298                 ],
299                 "YJCocoa/AppFrameworks/Foundation/URLRouter": [
301                 ]
302               }
303             },
304             {
305               "name": "PageView",
306               "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
307               "subspecs": [
308                 {
309                   "name": "Core",
310                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/{Cell,Manager}/*.{h,m}",
311                   "dependencies": {
312                     "YJCocoa/AppFrameworks/UIKit/PageView/CellObject": [
314                     ],
315                     "YJCocoa/AppFrameworks/Foundation/Timer": [
317                     ]
318                   }
319                 },
320                 {
321                   "name": "CellObject",
322                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/CellObject/*.{h,m}"
323                 }
324               ]
325             },
326             {
327               "name": "ScrollViewManager",
328               "source_files": "Cocoa/AppFrameworks/UIKit/ScrollViewManager/*.{h,m}",
329               "dependencies": {
330                 "YJCocoa/AppFrameworks/Foundation/AOP": [
332                 ],
333                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
335                 ]
336               }
337             },
338             {
339               "name": "TableView",
340               "source_files": "Cocoa/AppFrameworks/UIKit/TableView/*.{h,m}",
341               "subspecs": [
342                 {
343                   "name": "Core",
344                   "source_files": "Cocoa/AppFrameworks/UIKit/TableView/{Manager,Cell}/*.{h,m}",
345                   "dependencies": {
346                     "YJCocoa/AppFrameworks/UIKit/TableView/CellObject": [
348                     ],
349                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
351                     ]
352                   }
353                 },
354                 {
355                   "name": "CellObject",
356                   "source_files": "Cocoa/AppFrameworks/UIKit/TableView/CellObject/*.{h,m}",
357                   "dependencies": {
358                     "YJCocoa/AppFrameworks/Foundation/Other": [
360                     ]
361                   }
362                 }
363               ]
364             },
365             {
366               "name": "ViewControllerTransitioning",
367               "source_files": "Cocoa/AppFrameworks/UIKit/ViewControllerTransitioning/YJUIViewControllerTransitioning.h",
368               "subspecs": [
369                 {
370                   "name": "Core",
371                   "source_files": "Cocoa/AppFrameworks/UIKit/ViewControllerTransitioning/Core/*.{h,m}",
372                   "dependencies": {
373                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
375                     ],
376                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
378                     ]
379                   }
380                 },
381                 {
382                   "name": "PresentDismiss",
383                   "source_files": "Cocoa/AppFrameworks/UIKit/ViewControllerTransitioning/PresentDismiss/*.{h,m}",
384                   "dependencies": {
385                     "YJCocoa/AppFrameworks/UIKit/ViewControllerTransitioning/Core": [
387                     ]
388                   }
389                 },
390                 {
391                   "name": "PushPop",
392                   "source_files": "Cocoa/AppFrameworks/UIKit/ViewControllerTransitioning/PushPop/*.{h,m}",
393                   "dependencies": {
394                     "YJCocoa/AppFrameworks/UIKit/ViewControllerTransitioning/Core": [
396                     ]
397                   }
398                 }
399               ]
400             },
401             {
402               "name": "ViewGeometry",
403               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
404             }
405           ]
406         }
407       ]
408     },
409     {
410       "name": "AppServices",
411       "source_files": "Cocoa/AppServices/*.{h,m}",
412       "subspecs": [
413         {
414           "name": "CoreData",
415           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
416           "subspecs": [
417             {
418               "name": "Core",
419               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
420               "dependencies": {
421                 "YJCocoa/AppFrameworks/Foundation/Timer": [
423                 ],
424                 "YJCocoa/System/Dispatch": [
426                 ]
427               }
428             },
429             {
430               "name": "Migration",
431               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
432               "dependencies": {
433                 "YJCocoa/AppServices/CoreData/Core": [
435                 ],
436                 "YJCocoa/AppFrameworks/Foundation/Directory": [
438                 ],
439                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
441                 ]
442               }
443             },
444             {
445               "name": "Object",
446               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
447               "dependencies": {
448                 "YJCocoa/AppServices/CoreData/Core": [
450                 ]
451               }
452             }
453           ]
454         }
455       ]
456     },
457     {
458       "name": "DeveloperTools",
459       "source_files": "Cocoa/DeveloperTools/*.{h,m}",
460       "subspecs": [
461         {
462           "name": "Leaks",
463           "source_files": "Cocoa/DeveloperTools/Leaks/*.{h,m}",
464           "subspecs": [
465             {
466               "name": "Core",
467               "source_files": "Cocoa/DeveloperTools/Leaks/Core/*.{h,m}",
468               "dependencies": {
469                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
471                 ],
472                 "YJCocoa/System/Dispatch": [
474                 ]
475               }
476             },
477             {
478               "name": "UIView",
479               "source_files": "Cocoa/DeveloperTools/Leaks/UIView/*.{h,m}",
480               "dependencies": {
481                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
483                 ],
484                 "YJCocoa/DeveloperTools/Leaks/Core": [
486                 ]
487               }
488             },
489             {
490               "name": "UIViewController",
491               "source_files": "Cocoa/DeveloperTools/Leaks/UIViewController/*.{h,m}",
492               "dependencies": {
493                 "YJCocoa/AppFrameworks/Foundation/Swizzling": [
495                 ],
496                 "YJCocoa/DeveloperTools/Leaks/Core": [
498                 ]
499               }
500             }
501           ]
502         },
503         {
504           "name": "MemoryInfo",
505           "source_files": "Cocoa/DeveloperTools/MemoryInfo/*.{h,m}"
506         },
507         {
508           "name": "TimeProfiler",
509           "source_files": "Cocoa/DeveloperTools/TimeProfiler/*.{h,m}",
510           "dependencies": {
511             "YJCocoa/AppFrameworks/Foundation/Swizzling": [
513             ]
514           }
515         }
516       ]
517     },
518     {
519       "name": "System",
520       "source_files": "Cocoa/System/*.{h,m}",
521       "subspecs": [
522         {
523           "name": "Dispatch",
524           "source_files": "Cocoa/System/Dispatch/*.{h,m}",
525           "dependencies": {
526             "YJCocoa/System/Other": [
528             ]
529           }
530         },
531         {
532           "name": "Other",
533           "source_files": "Cocoa/System/Other/*.{h,m}"
534         },
535         {
536           "name": "Pthread",
537           "source_files": "Cocoa/System/Pthread/*.{h,m}",
538           "dependencies": {
539             "YJCocoa/System/Other": [
541             ]
542           }
543         },
544         {
545           "name": "Security",
546           "source_files": "Cocoa/System/Security/*.{h,m}",
547           "subspecs": [
548             {
549               "name": "Keychain",
550               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
551               "subspecs": [
552                 {
553                   "name": "Item",
554                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
555                 }
556               ]
557             },
558             {
559               "name": "Random",
560               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
561             }
562           ]
563         }
564       ]
565     }
566   ]