[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 5.0.1 / YJCocoa.podspec.json
blob96a51d653b7a1caeb6a1d99cb4946588cee82e1e
2   "name": "YJCocoa",
3   "version": "5.0.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.0.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             },
73             {
74               "name": "Log",
75               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
76             },
77             {
78               "name": "PerformSelector",
79               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
80             },
81             {
82               "name": "Singleton",
83               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
84               "dependencies": {
85                 "YJCocoa/AppFrameworks/Foundation/Other": [
87                 ]
88               }
89             },
90             {
91               "name": "Timer",
92               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
93               "dependencies": {
94                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
96                 ],
97                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
99                 ],
100                 "YJCocoa/System/Security/Random": [
102                 ]
103               }
104             },
105             {
106               "name": "Other",
107               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
108             }
109           ]
110         },
111         {
112           "name": "UIKit",
113           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
114           "subspecs": [
115             {
116               "name": "AutoLayout",
117               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
118               "subspecs": [
119                 {
120                   "name": "UIView",
121                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
122                   "dependencies": {
123                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
125                     ]
126                   }
127                 },
128                 {
129                   "name": "UIViewController",
130                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
131                   "dependencies": {
132                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
134                     ]
135                   }
136                 },
137                 {
138                   "name": "LayoutAnchor",
139                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
140                   "dependencies": {
141                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
143                     ]
144                   }
145                 },
146                 {
147                   "name": "Extend",
148                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
149                 }
150               ]
151             },
152             {
153               "name": "CollectionViewManager",
154               "subspecs": [
155                 {
156                   "name": "Core",
157                   "source_files": [
158                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
159                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
160                   ],
161                   "dependencies": {
162                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
164                     ],
165                     "YJCocoa/AppFrameworks/Foundation/AOP": [
167                     ],
168                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
170                     ],
171                     "YJCocoa/System/Dispatch": [
173                     ]
174                   }
175                 },
176                 {
177                   "name": "CollectionCellObject",
178                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
179                   "dependencies": {
180                     "YJCocoa/AppFrameworks/Foundation/Other": [
182                     ]
183                   }
184                 }
185               ]
186             },
187             {
188               "name": "Color",
189               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
190             },
191             {
192               "name": "InputLength",
193               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
194             },
195             {
196               "name": "NavigationBar",
197               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
198               "subspecs": [
199                 {
200                   "name": "Core",
201                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
202                   "dependencies": {
203                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
205                     ]
206                   }
207                 }
208               ]
209             },
210             {
211               "name": "PageView",
212               "subspecs": [
213                 {
214                   "name": "Core",
215                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
216                   "dependencies": {
217                     "YJCocoa/System/Dispatch": [
219                     ],
220                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
222                     ],
223                     "YJCocoa/AppFrameworks/Foundation/Other": [
225                     ]
226                   }
227                 },
228                 {
229                   "name": "ImagePage",
230                   "resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
231                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
232                   "dependencies": {
233                     "YJCocoa/AppFrameworks/UIKit/PageView/Core": [
235                     ]
236                   }
237                 }
238               ]
239             },
240             {
241               "name": "TableViewManager",
242               "subspecs": [
243                 {
244                   "name": "Core",
245                   "source_files": [
246                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
247                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
248                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
249                   ],
250                   "dependencies": {
251                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
253                     ],
254                     "YJCocoa/AppFrameworks/Foundation/AOP": [
256                     ],
257                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
259                     ],
260                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
262                     ],
263                     "YJCocoa/System/Dispatch": [
265                     ]
266                   }
267                 },
268                 {
269                   "name": "TableCellObject",
270                   "source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
271                   "dependencies": {
272                     "YJCocoa/AppFrameworks/Foundation/Other": [
274                     ]
275                   }
276                 }
277               ]
278             },
279             {
280               "name": "ViewGeometry",
281               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
282             }
283           ]
284         }
285       ]
286     },
287     {
288       "name": "AppServices",
289       "source_files": "Cocoa/AppServices/*.{h,m}",
290       "subspecs": [
291         {
292           "name": "CoreData",
293           "source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
294           "subspecs": [
295             {
296               "name": "Core",
297               "source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
298               "dependencies": {
299                 "YJCocoa/AppFrameworks/Foundation/Timer": [
301                 ]
302               }
303             },
304             {
305               "name": "Migration",
306               "source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
307               "dependencies": {
308                 "YJCocoa/AppServices/CoreData/Core": [
310                 ],
311                 "YJCocoa/AppFrameworks/Foundation/Directory": [
313                 ],
314                 "YJCocoa/AppFrameworks/Foundation/FileManager": [
316                 ]
317               }
318             },
319             {
320               "name": "Object",
321               "source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
322               "dependencies": {
323                 "YJCocoa/AppServices/CoreData/Core": [
325                 ]
326               }
327             }
328           ]
329         }
330       ]
331     },
332     {
333       "name": "System",
334       "source_files": "Cocoa/System/*.{h,m}",
335       "subspecs": [
336         {
337           "name": "Dispatch",
338           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
339         },
340         {
341           "name": "Security",
342           "source_files": "Cocoa/System/Security/*.{h,m}",
343           "subspecs": [
344             {
345               "name": "Keychain",
346               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
347               "subspecs": [
348                 {
349                   "name": "Item",
350                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
351                 }
352               ]
353             },
354             {
355               "name": "Random",
356               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
357             }
358           ]
359         }
360       ]
361     }
362   ]