[Add] TLCLock 0.4.2
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 9.1.0 / YJCocoa.podspec.json
blob531d789d16fae1cfae94937561ac456cf97f72ff
2   "name": "YJCocoa",
3   "version": "9.1.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": "9.1.0"
15   },
16   "summary": "YJ系列开源库",
17   "description": "姓名:阳君\nQQ:937447974\nYJ技术支持群:557445088",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "YJCocoa/Classes/**/*",
23   "default_subspecs": [
24     "AppFrameworks",
25     "DeveloperTools",
26     "System"
27   ],
28   "subspecs": [
29     {
30       "name": "AppFrameworks",
31       "subspecs": [
32         {
33           "name": "Foundation",
34           "subspecs": [
35             {
36               "name": "Calendar",
37               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/Calendar/*"
38             },
39             {
40               "name": "Directory",
41               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/Directory/*"
42             },
43             {
44               "name": "Extension",
45               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/Extension/*",
46               "dependencies": {
47                 "YJCocoa/AppFrameworks/Foundation/Log": [
49                 ]
50               }
51             },
52             {
53               "name": "JSONModel",
54               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/JSONModel/**/*",
55               "dependencies": {
56                 "YJCocoa/AppFrameworks/Foundation/Safety": [
58                 ]
59               }
60             },
61             {
62               "name": "Log",
63               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/Log/*"
64             },
65             {
66               "name": "Safety",
67               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/Safety/*",
68               "dependencies": {
69                 "YJCocoa/AppFrameworks/Foundation/Log": [
71                 ],
72                 "YJCocoa/System/Pthread": [
74                 ]
75               }
76             },
77             {
78               "name": "Scheduler",
79               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/Scheduler/*",
80               "dependencies": {
81                 "YJCocoa/AppFrameworks/Foundation/Extension": [
83                 ],
84                 "YJCocoa/OC/CodeInject": [
86                 ],
87                 "YJCocoa/System/Dispatch": [
89                 ]
90               }
91             },
92             {
93               "name": "SingletonCenter",
94               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/SingletonCenter/*",
95               "dependencies": {
96                 "YJCocoa/AppFrameworks/Foundation/Safety": [
98                 ]
99               }
100             },
101             {
102               "name": "Timer",
103               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/Timer/*",
104               "dependencies": {
105                 "YJCocoa/AppFrameworks/Foundation/Log": [
107                 ]
108               }
109             },
110             {
111               "name": "URL",
112               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/URL/*",
113               "dependencies": {
114                 "YJCocoa/AppFrameworks/Foundation/Extension": [
116                 ]
117               }
118             },
119             {
120               "name": "URLSession",
121               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/URLSession/*",
122               "dependencies": {
123                 "YJCocoa/AppFrameworks/Foundation/JSONModel": [
125                 ],
126                 "YJCocoa/System/Dispatch": [
128                 ]
129               }
130             }
131           ]
132         },
133         {
134           "name": "UIKit",
135           "subspecs": [
136             {
137               "name": "CollectionView",
138               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/CollectionView/*",
139               "dependencies": {
140                 "YJCocoa/AppFrameworks/Foundation/Log": [
142                 ]
143               }
144             },
145             {
146               "name": "Extension",
147               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/Extension/*",
148               "dependencies": {
149                 "YJCocoa/AppFrameworks/Foundation/Log": [
151                 ],
152                 "YJCocoa/System/Dispatch": [
154                 ]
155               }
156             },
157             {
158               "name": "NavigationBar",
159               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/NavigationBar/*",
160               "dependencies": {
161                 "YJCocoa/AppFrameworks/UIKit/Extension": [
163                 ]
164               }
165             },
166             {
167               "name": "PageView",
168               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/PageView/*",
169               "dependencies": {
170                 "YJCocoa/AppFrameworks/Foundation/Log": [
172                 ],
173                 "YJCocoa/AppFrameworks/UIKit/Extension": [
175                 ]
176               }
177             },
178             {
179               "name": "ScrollView",
180               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/ScrollView/*",
181               "dependencies": {
182                 "YJCocoa/AppFrameworks/UIKit/Extension": [
184                 ]
185               }
186             },
187             {
188               "name": "TableView",
189               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/TableView/*",
190               "dependencies": {
191                 "YJCocoa/AppFrameworks/Foundation/Log": [
193                 ]
194               }
195             },
196             {
197               "name": "URLRouter",
198               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/URLRouter/*",
199               "dependencies": {
200                 "YJCocoa/AppFrameworks/Foundation/Scheduler": [
202                 ],
203                 "YJCocoa/AppFrameworks/Foundation/URL": [
205                 ],
206                 "YJCocoa/AppFrameworks/UIKit/Extension": [
208                 ]
209               }
210             },
211             {
212               "name": "ViewControllerTransitioning",
213               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/ViewControllerTransitioning/*",
214               "dependencies": {
215                 "YJCocoa/AppFrameworks/UIKit/Extension": [
217                 ]
218               }
219             }
220           ]
221         }
222       ]
223     },
224     {
225       "name": "DeveloperTools",
226       "subspecs": [
227         {
228           "name": "Leaks",
229           "source_files": "YJCocoa/Classes/DeveloperTools/Leaks/*",
230           "dependencies": {
231             "YJCocoa/AppFrameworks/Foundation/Extension": [
233             ],
234             "YJCocoa/AppFrameworks/Foundation/Safety": [
236             ],
237             "YJCocoa/AppFrameworks/Foundation/SingletonCenter": [
239             ],
240             "YJCocoa/System/Dispatch": [
242             ]
243           }
244         },
245         {
246           "name": "Timeline",
247           "source_files": "YJCocoa/Classes/DeveloperTools/Timeline/*",
248           "dependencies": {
249             "YJCocoa/AppFrameworks/Foundation/Log": [
251             ]
252           }
253         }
254       ]
255     },
256     {
257       "name": "OC",
258       "source_files": "YJCocoa/Classes/OC/*",
259       "subspecs": [
260         {
261           "name": "CodeInject",
262           "source_files": "YJCocoa/Classes/OC/CodeInject/*"
263         },
264         {
265           "name": "Dispatch",
266           "source_files": "YJCocoa/Classes/OC/Dispatch/*"
267         },
268         {
269           "name": "Log",
270           "source_files": "YJCocoa/Classes/OC/Log/*"
271         },
272         {
273           "name": "MemoryInfo",
274           "source_files": "YJCocoa/Classes/OC/MemoryInfo/*"
275         },
276         {
277           "name": "TimeProfiler",
278           "source_files": "YJCocoa/Classes/OC/TimeProfiler/*",
279           "dependencies": {
280             "YJCocoa/OC/Dispatch": [
282             ]
283           }
284         }
285       ]
286     },
287     {
288       "name": "System",
289       "subspecs": [
290         {
291           "name": "Dispatch",
292           "source_files": "YJCocoa/Classes/System/Dispatch/*"
293         },
294         {
295           "name": "Pthread",
296           "source_files": "YJCocoa/Classes/System/Pthread/*"
297         },
298         {
299           "name": "Security",
300           "source_files": "YJCocoa/Classes/System/Security/**/*"
301         }
302       ]
303     }
304   ],
305   "swift_version": "5.0"