[Add] CaptureSwiftyBeaver 0.16.6
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 5.2.0 / YJCocoa.podspec.json
blobdc197067f932c1b223319597aaa9526382732dce
2   "name": "YJCocoa",
3   "version": "5.2.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.2.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": "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": "Singleton",
88               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
89               "dependencies": {
90                 "YJCocoa/AppFrameworks/Foundation/Other": [
92                 ]
93               }
94             },
95             {
96               "name": "Timer",
97               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
98               "dependencies": {
99                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
101                 ],
102                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
104                 ],
105                 "YJCocoa/System/Security/Random": [
107                 ]
108               }
109             },
110             {
111               "name": "URLCode",
112               "source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
113             },
114             {
115               "name": "URLSession",
116               "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
117               "subspecs": [
118                 {
119                   "name": "HTTPBody",
120                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/HTTPBody/*.{h,m}",
121                   "dependencies": {
122                     "YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
124                     ]
125                   }
126                 },
127                 {
128                   "name": "Pool",
129                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Pool/*.{h,m}",
130                   "dependencies": {
131                     "YJCocoa/AppFrameworks/Foundation/Singleton": [
133                     ]
134                   }
135                 },
136                 {
137                   "name": "Request",
138                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
139                   "dependencies": {
140                     "YJCocoa/AppFrameworks/Foundation/URLSession/HTTPBody": [
142                     ]
143                   }
144                 },
145                 {
146                   "name": "Task",
147                   "source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Task/*.{h,m}",
148                   "dependencies": {
149                     "YJCocoa/AppFrameworks/Foundation/URLSession/Pool": [
151                     ],
152                     "YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
154                     ],
155                     "YJCocoa/System/Dispatch": [
157                     ]
158                   }
159                 }
160               ]
161             },
162             {
163               "name": "Other",
164               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
165             }
166           ]
167         },
168         {
169           "name": "UIKit",
170           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
171           "subspecs": [
172             {
173               "name": "AutoLayout",
174               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
175               "subspecs": [
176                 {
177                   "name": "UIView",
178                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
179                   "dependencies": {
180                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
182                     ]
183                   }
184                 },
185                 {
186                   "name": "UIViewController",
187                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
188                   "dependencies": {
189                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
191                     ]
192                   }
193                 },
194                 {
195                   "name": "LayoutAnchor",
196                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
197                   "dependencies": {
198                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
200                     ]
201                   }
202                 },
203                 {
204                   "name": "Extend",
205                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
206                 }
207               ]
208             },
209             {
210               "name": "CollectionViewManager",
211               "subspecs": [
212                 {
213                   "name": "Core",
214                   "source_files": [
215                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
216                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
217                   ],
218                   "dependencies": {
219                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
221                     ],
222                     "YJCocoa/AppFrameworks/Foundation/AOP": [
224                     ],
225                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
227                     ],
228                     "YJCocoa/System/Dispatch": [
230                     ]
231                   }
232                 },
233                 {
234                   "name": "CollectionCellObject",
235                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
236                   "dependencies": {
237                     "YJCocoa/AppFrameworks/Foundation/Other": [
239                     ]
240                   }
241                 }
242               ]
243             },
244             {
245               "name": "Color",
246               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
247             },
248             {
249               "name": "InputLength",
250               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
251             },
252             {
253               "name": "NavigationBar",
254               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
255               "subspecs": [
256                 {
257                   "name": "Core",
258                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
259                   "dependencies": {
260                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
262                     ]
263                   }
264                 }
265               ]
266             },
267             {
268               "name": "PageView",
269               "subspecs": [
270                 {
271                   "name": "Core",
272                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
273                   "dependencies": {
274                     "YJCocoa/System/Dispatch": [
276                     ],
277                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
279                     ],
280                     "YJCocoa/AppFrameworks/Foundation/Other": [
282                     ]
283                   }
284                 },
285                 {
286                   "name": "ImagePage",
287                   "resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
288                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
289                   "dependencies": {
290                     "YJCocoa/AppFrameworks/UIKit/PageView/Core": [
292                     ]
293                   }
294                 }
295               ]
296             },
297             {
298               "name": "TableViewManager",
299               "subspecs": [
300                 {
301                   "name": "Core",
302                   "source_files": [
303                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
304                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
305                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
306                   ],
307                   "dependencies": {
308                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
310                     ],
311                     "YJCocoa/AppFrameworks/Foundation/AOP": [
313                     ],
314                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
316                     ],
317                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
319                     ],
320                     "YJCocoa/System/Dispatch": [
322                     ]
323                   }
324                 },
325                 {
326                   "name": "TableCellObject",
327                   "source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
328                   "dependencies": {
329                     "YJCocoa/AppFrameworks/Foundation/Other": [
331                     ]
332                   }
333                 }
334               ]
335             },
336             {
337               "name": "ViewGeometry",
338               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
339             }
340           ]
341         }
342       ]
343     },
344     {
345       "name": "AppServices",
346       "source_files": "Cocoa/AppServices/*.{h,m}",
347       "subspecs": [
348         {
349           "name": "CoreData",
350           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
351           "subspecs": [
352             {
353               "name": "Core",
354               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
355               "dependencies": {
356                 "YJCocoa/AppFrameworks/Foundation/Timer": [
358                 ]
359               }
360             },
361             {
362               "name": "Migration",
363               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
364               "dependencies": {
365                 "YJCocoa/AppServices/CoreData/Core": [
367                 ],
368                 "YJCocoa/AppFrameworks/Foundation/Directory": [
370                 ],
371                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
373                 ]
374               }
375             },
376             {
377               "name": "Object",
378               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
379               "dependencies": {
380                 "YJCocoa/AppServices/CoreData/Core": [
382                 ]
383               }
384             }
385           ]
386         }
387       ]
388     },
389     {
390       "name": "System",
391       "source_files": "Cocoa/System/*.{h,m}",
392       "subspecs": [
393         {
394           "name": "Dispatch",
395           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
396         },
397         {
398           "name": "Security",
399           "source_files": "Cocoa/System/Security/*.{h,m}",
400           "subspecs": [
401             {
402               "name": "Keychain",
403               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
404               "subspecs": [
405                 {
406                   "name": "Item",
407                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
408                 }
409               ]
410             },
411             {
412               "name": "Random",
413               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
414             }
415           ]
416         }
417       ]
418     }
419   ]