[Add] FishjamCloudClient 0.8.0
[CocoaPods.git] / Specs / 8 / 5 / 0 / WLUserPackage / 0.0.3 / WLUserPackage.podspec.json
blob47c41dff297590da833464183f6b28daad38bfca
2   "name": "WLUserPackage",
3   "version": "0.0.3",
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.3"
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             "WLBaseTableView/WLBTV": [
113             ],
114             "WLBaseTableView/WLBaseTableViewCell": [
116             ],
117             "SnapKit": [
119             ],
120             "WLToolsKit/WLThen": [
122             ]
123           }
124         },
125         {
126           "name": "Base",
127           "source_files": "Code/Project/Welcome/Base/*.{swift}",
128           "dependencies": {
129             "WLUserPackage/BaseVC": [
131             ],
132             "WLUserPackage/Welcome/VM": [
134             ],
135             "WLUserPackage/Welcome/View": [
137             ],
138             "WLUserPackage/Welcome/Config": [
140             ],
141             "WLUserPackage/Welcome/Delegate": [
143             ],
144             "WLToolsKit/WLColor": [
146             ],
147             "WLBaseTableView/WLSectionModel": [
149             ],
150             "WLUserPackage/RXCocoa/Button": [
152             ],
153             "RxDataSources": [
155             ]
156           }
157         },
158         {
159           "name": "VC",
160           "source_files": "Code/Project/Welcome/VC/*.{swift}",
161           "dependencies": {
162             "WLUserPackage/Welcome/Base": [
164             ]
165           }
166         },
167         {
168           "name": "Create",
169           "source_files": "Code/Project/Welcome/Create/*.{swift}",
170           "dependencies": {
171             "WLUserPackage/Welcome/VC": [
173             ]
174           }
175         }
176       ]
177     },
178     {
179       "name": "WLPrepare",
180       "subspecs": [
181         {
182           "name": "WLBean",
183           "source_files": "Code/Project/Bean/*.{swift}",
184           "dependencies": {
185             "ObjectMapper": [
187             ]
188           }
189         },
190         {
191           "name": "WLCache",
192           "source_files": "Code/Project/Cache/*.{swift}",
193           "dependencies": {
194             "WLUserPackage/WLPrepare/WLBean": [
196             ],
197             "WLThirdUtil/Cache": [
199             ]
200           }
201         }
202       ]
203     }
204   ]