[Add] TLCLock 0.4.2
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 9.2.0 / YJCocoa.podspec.json
blob50fedf2ec68ec168c9179ac1640d8d89489bad7b
2   "name": "YJCocoa",
3   "version": "9.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": "9.2.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/System/Dispatch": [
86                 ]
87               }
88             },
89             {
90               "name": "SingletonCenter",
91               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/SingletonCenter/*",
92               "dependencies": {
93                 "YJCocoa/AppFrameworks/Foundation/Safety": [
95                 ]
96               }
97             },
98             {
99               "name": "Timer",
100               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/Timer/*",
101               "dependencies": {
102                 "YJCocoa/AppFrameworks/Foundation/Log": [
104                 ]
105               }
106             },
107             {
108               "name": "URL",
109               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/URL/*",
110               "dependencies": {
111                 "YJCocoa/AppFrameworks/Foundation/Extension": [
113                 ]
114               }
115             },
116             {
117               "name": "URLSession",
118               "source_files": "YJCocoa/Classes/AppFrameworks/Foundation/URLSession/*",
119               "dependencies": {
120                 "YJCocoa/AppFrameworks/Foundation/JSONModel": [
122                 ],
123                 "YJCocoa/System/Dispatch": [
125                 ]
126               }
127             }
128           ]
129         },
130         {
131           "name": "UIKit",
132           "subspecs": [
133             {
134               "name": "CollectionView",
135               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/CollectionView/*",
136               "dependencies": {
137                 "YJCocoa/AppFrameworks/Foundation/Log": [
139                 ]
140               }
141             },
142             {
143               "name": "Extension",
144               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/Extension/*",
145               "dependencies": {
146                 "YJCocoa/AppFrameworks/Foundation/Log": [
148                 ],
149                 "YJCocoa/System/Dispatch": [
151                 ]
152               }
153             },
154             {
155               "name": "NavigationBar",
156               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/NavigationBar/*",
157               "dependencies": {
158                 "YJCocoa/AppFrameworks/UIKit/Extension": [
160                 ]
161               }
162             },
163             {
164               "name": "PageView",
165               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/PageView/*",
166               "dependencies": {
167                 "YJCocoa/AppFrameworks/Foundation/Log": [
169                 ],
170                 "YJCocoa/AppFrameworks/UIKit/Extension": [
172                 ]
173               }
174             },
175             {
176               "name": "ScrollView",
177               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/ScrollView/*",
178               "dependencies": {
179                 "YJCocoa/AppFrameworks/UIKit/Extension": [
181                 ]
182               }
183             },
184             {
185               "name": "TableView",
186               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/TableView/*",
187               "dependencies": {
188                 "YJCocoa/AppFrameworks/Foundation/Log": [
190                 ]
191               }
192             },
193             {
194               "name": "URLRouter",
195               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/URLRouter/*",
196               "dependencies": {
197                 "YJCocoa/AppFrameworks/Foundation/Scheduler": [
199                 ],
200                 "YJCocoa/AppFrameworks/Foundation/URL": [
202                 ],
203                 "YJCocoa/AppFrameworks/UIKit/Extension": [
205                 ]
206               }
207             },
208             {
209               "name": "ViewControllerTransitioning",
210               "source_files": "YJCocoa/Classes/AppFrameworks/UIKit/ViewControllerTransitioning/*",
211               "dependencies": {
212                 "YJCocoa/AppFrameworks/UIKit/Extension": [
214                 ]
215               }
216             }
217           ]
218         }
219       ]
220     },
221     {
222       "name": "DeveloperTools",
223       "subspecs": [
224         {
225           "name": "Leaks",
226           "source_files": "YJCocoa/Classes/DeveloperTools/Leaks/*",
227           "dependencies": {
228             "YJCocoa/AppFrameworks/Foundation/Extension": [
230             ],
231             "YJCocoa/AppFrameworks/Foundation/Safety": [
233             ],
234             "YJCocoa/AppFrameworks/Foundation/SingletonCenter": [
236             ],
237             "YJCocoa/System/Dispatch": [
239             ]
240           }
241         },
242         {
243           "name": "Timeline",
244           "source_files": "YJCocoa/Classes/DeveloperTools/Timeline/*",
245           "dependencies": {
246             "YJCocoa/AppFrameworks/Foundation/Log": [
248             ]
249           }
250         }
251       ]
252     },
253     {
254       "name": "System",
255       "subspecs": [
256         {
257           "name": "Dispatch",
258           "source_files": "YJCocoa/Classes/System/Dispatch/*"
259         },
260         {
261           "name": "Pthread",
262           "source_files": "YJCocoa/Classes/System/Pthread/*"
263         },
264         {
265           "name": "Security",
266           "source_files": "YJCocoa/Classes/System/Security/**/*"
267         }
268       ]
269     }
270   ],
271   "swift_version": "5.0"