[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 5.4.1 / YJCocoa.podspec.json
blob5f9f6e5afff8c15d4a90e5445b0cd2d79d921f02
2   "name": "YJCocoa",
3   "version": "5.4.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.4.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": "DictionaryModel",
49               "source_files": "Cocoa/AppFrameworks/Foundation/DictionaryModel/*.{h,m}",
50               "dependencies": {
51                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
53                 ]
54               }
55             },
56             {
57               "name": "Directory",
58               "source_files": "Cocoa/AppFrameworks/Foundation/Directory/*.{h,m}",
59               "dependencies": {
60                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
62                 ]
63               }
64             },
65             {
66               "name": "FileManager",
67               "source_files": "Cocoa/AppFrameworks/Foundation/FileManager/*.{h,m}"
68             },
69             {
70               "name": "Http",
71               "source_files": "Cocoa/AppFrameworks/Foundation/Http/*.{h,m}",
72               "dependencies": {
73                 "YJCocoa/AppFrameworks/Foundation/URLCode": [
75                 ]
76               }
77             },
78             {
79               "name": "Log",
80               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
81             },
82             {
83               "name": "PerformSelector",
84               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
85             },
86             {
87               "name": "Router",
88               "source_files": "Cocoa/AppFrameworks/Foundation/Router/*.{h,m}",
89               "subspecs": [
90                 {
91                   "name": "Header",
92                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Header/*.{h,m}"
93                 },
94                 {
95                   "name": "Manager",
96                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Manager/*.{h,m}",
97                   "dependencies": {
98                     "YJCocoa/AppFrameworks/Foundation/Router/Header": [
100                     ],
101                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
103                     ]
104                   }
105                 },
106                 {
107                   "name": "Router",
108                   "source_files": "Cocoa/AppFrameworks/Foundation/Router/Router/*.{h,m}",
109                   "dependencies": {
110                     "YJCocoa/AppFrameworks/Foundation/Router/Header": [
112                     ]
113                   }
114                 }
115               ]
116             },
117             {
118               "name": "Singleton",
119               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
120               "dependencies": {
121                 "YJCocoa/AppFrameworks/Foundation/Other": [
123                 ]
124               }
125             },
126             {
127               "name": "Timer",
128               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
129               "dependencies": {
130                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
132                 ],
133                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
135                 ],
136                 "YJCocoa/System/Security/Random": [
138                 ]
139               }
140             },
141             {
142               "name": "URLCode",
143               "source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
144             },
145             {
146               "name": "URLSession",
147               "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
148               "subspecs": [
149                 {
150                   "name": "HTTPBody",
151                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/HTTPBody/*.{h,m}",
152                   "dependencies": {
153                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
155                     ]
156                   }
157                 },
158                 {
159                   "name": "Pool",
160                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Pool/*.{h,m}",
161                   "dependencies": {
162                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
164                     ]
165                   }
166                 },
167                 {
168                   "name": "Request",
169                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
170                   "dependencies": {
171                     "YJCocoa/AppFrameworks/Foundation/URLSession/HTTPBody": [
173                     ]
174                   }
175                 },
176                 {
177                   "name": "Task",
178                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Task/*.{h,m}",
179                   "dependencies": {
180                     "YJCocoa/AppFrameworks/Foundation/URLSession/Pool": [
182                     ],
183                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
185                     ],
186                     "YJCocoa/System/Dispatch": [
188                     ]
189                   }
190                 }
191               ]
192             },
193             {
194               "name": "Other",
195               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
196             }
197           ]
198         },
199         {
200           "name": "UIKit",
201           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
202           "subspecs": [
203             {
204               "name": "AutoLayout",
205               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
206               "subspecs": [
207                 {
208                   "name": "UIView",
209                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
210                   "dependencies": {
211                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
213                     ]
214                   }
215                 },
216                 {
217                   "name": "UIViewController",
218                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
219                   "dependencies": {
220                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
222                     ]
223                   }
224                 },
225                 {
226                   "name": "LayoutAnchor",
227                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
228                   "dependencies": {
229                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
231                     ]
232                   }
233                 },
234                 {
235                   "name": "Extend",
236                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
237                 }
238               ]
239             },
240             {
241               "name": "CollectionViewManager",
242               "subspecs": [
243                 {
244                   "name": "Core",
245                   "source_files": [
246                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
247                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
248                   ],
249                   "dependencies": {
250                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
252                     ],
253                     "YJCocoa/AppFrameworks/Foundation/AOP": [
255                     ],
256                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
258                     ],
259                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
261                     ],
262                     "YJCocoa/System/Dispatch": [
264                     ]
265                   }
266                 },
267                 {
268                   "name": "CollectionCellObject",
269                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
270                   "dependencies": {
271                     "YJCocoa/AppFrameworks/Foundation/Other": [
273                     ]
274                   }
275                 }
276               ]
277             },
278             {
279               "name": "Color",
280               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
281             },
282             {
283               "name": "InputLength",
284               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
285             },
286             {
287               "name": "NavigationBar",
288               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
289               "subspecs": [
290                 {
291                   "name": "Core",
292                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
293                   "dependencies": {
294                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
296                     ]
297                   }
298                 }
299               ]
300             },
301             {
302               "name": "NavigationRouter",
303               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationRouter/*.{h,m}",
304               "dependencies": {
305                 "YJCocoa/AppFrameworks/Foundation/Router": [
307                 ]
308               }
309             },
310             {
311               "name": "PageView",
312               "subspecs": [
313                 {
314                   "name": "Core",
315                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
316                   "dependencies": {
317                     "YJCocoa/System/Dispatch": [
319                     ],
320                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
322                     ],
323                     "YJCocoa/AppFrameworks/Foundation/Other": [
325                     ]
326                   }
327                 },
328                 {
329                   "name": "ImagePage",
330                   "resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
331                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
332                   "dependencies": {
333                     "YJCocoa/AppFrameworks/UIKit/PageView/Core": [
335                     ]
336                   }
337                 }
338               ]
339             },
340             {
341               "name": "ScrollViewManager",
342               "source_files": "Cocoa/AppFrameworks/UIKit/ScrollViewManager/*.{h,m}",
343               "dependencies": {
344                 "YJCocoa/AppFrameworks/Foundation/AOP": [
346                 ],
347                 "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
349                 ]
350               }
351             },
352             {
353               "name": "TableViewManager",
354               "subspecs": [
355                 {
356                   "name": "Core",
357                   "source_files": [
358                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
359                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
360                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
361                   ],
362                   "dependencies": {
363                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
365                     ],
366                     "YJCocoa/AppFrameworks/Foundation/AOP": [
368                     ],
369                     "YJCocoa/AppFrameworks/UIKit/ScrollViewManager": [
371                     ],
372                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
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   ]