[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 5.0.0 / YJCocoa.podspec.json
blob8dabeb97e49ae1dd72332200a73f9f0fb059c5e1
2   "name": "YJCocoa",
3   "version": "5.0.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.0.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     "System"
32   ],
33   "subspecs": [
34     {
35       "name": "AppFrameworks",
36       "source_files": "Cocoa/AppFrameworks/*.{h,m}",
37       "subspecs": [
38         {
39           "name": "Foundation",
40           "source_files": "Cocoa/AppFrameworks/Foundation/*.{h,m}",
41           "subspecs": [
42             {
43               "name": "AOP",
44               "source_files": "Cocoa/AppFrameworks/Foundation/AOP/*.{h,m}"
45             },
46             {
47               "name": "DictionaryModel",
48               "source_files": "Cocoa/AppFrameworks/Foundation/DictionaryModel/*.{h,m}",
49               "dependencies": {
50                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
52                 ]
53               }
54             },
55             {
56               "name": "Directory",
57               "source_files": "Cocoa/AppFrameworks/Foundation/Directory/*.{h,m}",
58               "dependencies": {
59                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
61                 ]
62               }
63             },
64             {
65               "name": "FileManager",
66               "source_files": "Cocoa/AppFrameworks/Foundation/FileManager/*.{h,m}"
67             },
68             {
69               "name": "Http",
70               "source_files": "Cocoa/AppFrameworks/Foundation/Http/*.{h,m}"
71             },
72             {
73               "name": "Log",
74               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
75             },
76             {
77               "name": "PerformSelector",
78               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
79             },
80             {
81               "name": "Singleton",
82               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
83               "dependencies": {
84                 "YJCocoa/AppFrameworks/Foundation/Other": [
86                 ]
87               }
88             },
89             {
90               "name": "Timer",
91               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
92               "dependencies": {
93                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
95                 ],
96                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
98                 ],
99                 "YJCocoa/System/Security/Random": [
101                 ]
102               }
103             },
104             {
105               "name": "Other",
106               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
107             }
108           ]
109         },
110         {
111           "name": "UIKit",
112           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
113           "subspecs": [
114             {
115               "name": "AutoLayout",
116               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
117               "subspecs": [
118                 {
119                   "name": "UIView",
120                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
121                   "dependencies": {
122                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
124                     ]
125                   }
126                 },
127                 {
128                   "name": "UIViewController",
129                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
130                   "dependencies": {
131                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
133                     ]
134                   }
135                 },
136                 {
137                   "name": "LayoutAnchor",
138                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
139                   "dependencies": {
140                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
142                     ]
143                   }
144                 },
145                 {
146                   "name": "Extend",
147                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
148                 }
149               ]
150             },
151             {
152               "name": "CollectionViewManager",
153               "subspecs": [
154                 {
155                   "name": "Core",
156                   "source_files": [
157                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
158                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
159                   ],
160                   "dependencies": {
161                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
163                     ],
164                     "YJCocoa/AppFrameworks/Foundation/AOP": [
166                     ],
167                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
169                     ],
170                     "YJCocoa/System/Dispatch": [
172                     ]
173                   }
174                 },
175                 {
176                   "name": "CollectionCellObject",
177                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
178                   "dependencies": {
179                     "YJCocoa/AppFrameworks/Foundation/Other": [
181                     ]
182                   }
183                 }
184               ]
185             },
186             {
187               "name": "Color",
188               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
189             },
190             {
191               "name": "InputLength",
192               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
193             },
194             {
195               "name": "NavigationBar",
196               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
197               "subspecs": [
198                 {
199                   "name": "Core",
200                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
201                   "dependencies": {
202                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
204                     ]
205                   }
206                 }
207               ]
208             },
209             {
210               "name": "PageView",
211               "subspecs": [
212                 {
213                   "name": "Core",
214                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
215                   "dependencies": {
216                     "YJCocoa/System/Dispatch": [
218                     ],
219                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
221                     ],
222                     "YJCocoa/AppFrameworks/Foundation/Other": [
224                     ]
225                   }
226                 },
227                 {
228                   "name": "ImagePage",
229                   "resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
230                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
231                   "dependencies": {
232                     "YJCocoa/AppFrameworks/UIKit/PageView/Core": [
234                     ]
235                   }
236                 }
237               ]
238             },
239             {
240               "name": "TableViewManager",
241               "subspecs": [
242                 {
243                   "name": "Core",
244                   "source_files": [
245                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
246                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
247                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
248                   ],
249                   "dependencies": {
250                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
252                     ],
253                     "YJCocoa/AppFrameworks/Foundation/AOP": [
255                     ],
256                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
258                     ],
259                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
261                     ],
262                     "YJCocoa/System/Dispatch": [
264                     ]
265                   }
266                 },
267                 {
268                   "name": "TableCellObject",
269                   "source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
270                   "dependencies": {
271                     "YJCocoa/AppFrameworks/Foundation/Other": [
273                     ]
274                   }
275                 }
276               ]
277             },
278             {
279               "name": "ViewGeometry",
280               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
281             }
282           ]
283         }
284       ]
285     },
286     {
287       "name": "AppServices",
288       "source_files": "Cocoa/AppServices/*.{h,m}",
289       "subspecs": [
290         {
291           "name": "CoreData",
292           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
293           "subspecs": [
294             {
295               "name": "Core",
296               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
297               "dependencies": {
298                 "YJCocoa/AppFrameworks/Foundation/Timer": [
300                 ]
301               }
302             },
303             {
304               "name": "Migration",
305               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
306               "dependencies": {
307                 "YJCocoa/AppServices/CoreData/Core": [
309                 ],
310                 "YJCocoa/AppFrameworks/Foundation/Directory": [
312                 ],
313                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
315                 ]
316               }
317             },
318             {
319               "name": "Object",
320               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
321               "dependencies": {
322                 "YJCocoa/AppServices/CoreData/Core": [
324                 ]
325               }
326             }
327           ]
328         }
329       ]
330     },
331     {
332       "name": "System",
333       "source_files": "Cocoa/System/*.{h,m}",
334       "subspecs": [
335         {
336           "name": "Dispatch",
337           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
338         },
339         {
340           "name": "Security",
341           "source_files": "Cocoa/System/Security/*.{h,m}",
342           "subspecs": [
343             {
344               "name": "Keychain",
345               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
346               "subspecs": [
347                 {
348                   "name": "Item",
349                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
350                 }
351               ]
352             },
353             {
354               "name": "Random",
355               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
356             }
357           ]
358         }
359       ]
360     }
361   ]