[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 8 / 5 / 0 / WLUserPackage / 0.0.8 / WLUserPackage.podspec.json
blob6ce3bed671eb6ac4ea741075b8e28b2ec41c74b3
2   "name": "WLUserPackage",
3   "version": "0.0.8",
4   "summary": "A Lib For user package.",
5   "description": "WLUserPackage一个对用户模块的封装",
6   "homepage": "https://github.com/StoneStoneStoneWang/WLUserPackage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "StoneStoneStoneWang": "yuanxingfu1314@163.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "pod_target_xcconfig": {
19     "DEFINES_MODULE": "YES"
20   },
21   "static_framework": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "source": {
27     "git": "https://github.com/StoneStoneStoneWang/WLUserPackage.git",
28     "tag": "0.0.8"
29   },
30   "subspecs": [
31     {
32       "name": "BaseVC",
33       "source_files": "Code/Base/BaseVC/*.{swift}",
34       "dependencies": {
35         "WLToolsKit/WLColor": [
37         ],
38         "WLBaseViewController/WLLoading": [
40         ],
41         "WLBaseViewController/WLInner": [
43         ],
44         "RxSwift": [
46         ]
47       }
48     },
49     {
50       "name": "RXCocoa",
51       "subspecs": [
52         {
53           "name": "Button",
54           "source_files": "Code/RXCocoa/Button/*.{swift}",
55           "dependencies": {
56             "RxSwift": [
58             ],
59             "RxCocoa": [
61             ]
62           }
63         }
64       ]
65     },
66     {
67       "name": "Welcome",
68       "subspecs": [
69         {
70           "name": "Style",
71           "source_files": "Code/Project/Welcome/Style/*.{swift}"
72         },
73         {
74           "name": "Delegate",
75           "source_files": "Code/Project/Welcome/Delegate/*.{swift}",
76           "dependencies": {
77             "WLBaseViewModel": [
79             ]
80           }
81         },
82         {
83           "name": "Config",
84           "source_files": "Code/Project/Welcome/Config/*.{swift}"
85         },
86         {
87           "name": "VM",
88           "source_files": "Code/Project/Welcome/VM/*.{swift}",
89           "dependencies": {
90             "WLBaseViewModel": [
92             ],
93             "WLUserPackage/Welcome/Style": [
95             ],
96             "WLToolsKit/WLCommon": [
98             ],
99             "RxSwift": [
101             ],
102             "RxCocoa": [
104             ]
105           }
106         },
107         {
108           "name": "View",
109           "source_files": "Code/Project/Welcome/View/*.{swift}",
110           "dependencies": {
111             "SnapKit": [
113             ],
114             "WLToolsKit/WLThen": [
116             ]
117           }
118         },
119         {
120           "name": "Base",
121           "source_files": "Code/Project/Welcome/Base/*.{swift}",
122           "dependencies": {
123             "WLUserPackage/BaseVC": [
125             ],
126             "WLUserPackage/Welcome/VM": [
128             ],
129             "WLUserPackage/Welcome/View": [
131             ],
132             "WLUserPackage/Welcome/Config": [
134             ],
135             "WLUserPackage/Welcome/Delegate": [
137             ],
138             "WLToolsKit/WLColor": [
140             ],
141             "WLBaseTableView/WLSectionModel": [
143             ],
144             "WLUserPackage/RXCocoa/Button": [
146             ],
147             "RxDataSources": [
149             ]
150           }
151         },
152         {
153           "name": "VC",
154           "source_files": "Code/Project/Welcome/VC/*.{swift}",
155           "dependencies": {
156             "WLUserPackage/Welcome/Base": [
158             ]
159           }
160         },
161         {
162           "name": "Create",
163           "source_files": "Code/Project/Welcome/Create/*.{swift}",
164           "dependencies": {
165             "WLUserPackage/Welcome/VC": [
167             ]
168           }
169         }
170       ]
171     },
172     {
173       "name": "WLPrepare",
174       "subspecs": [
175         {
176           "name": "WLBean",
177           "source_files": "Code/Project/Bean/*.{swift}",
178           "dependencies": {
179             "ObjectMapper": [
181             ]
182           }
183         },
184         {
185           "name": "WLCache",
186           "source_files": "Code/Project/Cache/*.{swift}",
187           "dependencies": {
188             "WLUserPackage/WLPrepare/WLBean": [
190             ],
191             "WLThirdUtil/Cache": [
193             ]
194           }
195         },
196         {
197           "name": "WLConfig",
198           "source_files": "Code/Global/Config/*.{swift}"
199         },
200         {
201           "name": "WLManager",
202           "source_files": "Code/Global/Manager/*.{swift}",
203           "dependencies": {
204             "WLThirdUtil/Hud": [
206             ],
207             "WLThirdUtil/UM/Base": [
209             ],
210             "WLUserPackage/WLPrepare/WLConfig": [
212             ]
213           }
214         },
215         {
216           "name": "WLApi",
217           "source_files": "Code/Project/Api/*.{swift}",
218           "dependencies": {
219             "WLUserPackage/WLPrepare/WLManager": [
221             ],
222             "Alamofire": [
224             ],
225             "WLReqKit": [
227             ],
228             "WLToolsKit/WLCommon": [
230             ]
231           }
232         },
233         {
234           "name": "WLReq",
235           "source_files": "Code/Project/Req/*.{swift}",
236           "dependencies": {
237             "WLUserPackage/WLPrepare/WLApi": [
239             ],
240             "WLUserPackage/WLPrepare/WLCache": [
242             ],
243             "RxSwift": [
245             ]
246           }
247         }
248       ]
249     },
250     {
251       "name": "WLProtocol",
252       "subspecs": [
253         {
254           "name": "WLProtocolVM",
255           "source_files": "Code/Project/Protocol/VM/*.{swift}",
256           "dependencies": {
257             "WLUserPackage/WLPrepare/WLManager": [
259             ],
260             "RxSwift": [
262             ],
263             "WLBaseViewModel": [
265             ]
266           }
267         },
268         {
269           "name": "WLProtocolVC",
270           "source_files": "Code/Project/Protocol/VC/*.{swift}",
271           "dependencies": {
272             "WLUserPackage/BaseVC": [
274             ],
275             "WLUserPackage/WLProtocol/WLProtocolVM": [
277             ]
278           }
279         },
280         {
281           "name": "WLProtocol",
282           "source_files": "Code/Project/Protocol/Create/*.{swift}",
283           "dependencies": {
284             "WLUserPackage/WLProtocol/WLProtocolVC": [
286             ]
287           }
288         }
289       ]
290     }
291   ]