[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / 2 / MKBLEMokoLife / 1.0.2 / MKBLEMokoLife.podspec.json
blob9f289513bec7bd0f5089b88d1af3ca6fd6b5471b
2   "name": "MKBLEMokoLife",
3   "version": "1.0.2",
4   "summary": "A short description of MKBLEMokoLife.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MokoPlug/MokoPlug_IOS_Pre",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aadyx2007@163.com": "aadyx2007@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MokoPlug/MokoPlug_IOS_Pre.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "resource_bundles": {
22     "MKBLEMokoLife": [
23       "MKBLEMokoLife/Assets/*.png"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "ApplicationModule",
29       "source_files": "MKBLEMokoLife/Classes/ApplicationModule/**",
30       "dependencies": {
31         "MKBaseModuleLibrary": [
33         ]
34       }
35     },
36     {
37       "name": "CTMediator",
38       "source_files": "MKBLEMokoLife/Classes/CTMediator/**",
39       "dependencies": {
40         "CTMediator": [
42         ],
43         "MKBaseModuleLibrary": [
45         ]
46       }
47     },
48     {
49       "name": "SDK",
50       "source_files": "MKBLEMokoLife/Classes/SDK/**",
51       "dependencies": {
52         "MKBaseBleModule": [
54         ]
55       }
56     },
57     {
58       "name": "Target",
59       "source_files": "MKBLEMokoLife/Classes/Target/**",
60       "dependencies": {
61         "MKBLEMokoLife/Functions": [
63         ]
64       }
65     },
66     {
67       "name": "Functions",
68       "dependencies": {
69         "MKBLEMokoLife/SDK": [
71         ],
72         "MKBLEMokoLife/CTMediator": [
74         ],
75         "MKBaseModuleLibrary": [
77         ],
78         "MKCustomUIModule": [
80         ],
81         "HHTransition": [
83         ],
84         "MLInputDodger": [
86         ]
87       },
88       "subspecs": [
89         {
90           "name": "AboutPage",
91           "subspecs": [
92             {
93               "name": "Controller",
94               "source_files": "MKBLEMokoLife/Classes/Functions/AboutPage/Controller/**",
95               "dependencies": {
96                 "MKBLEMokoLife/Functions/AboutPage/Model": [
98                 ],
99                 "MKBLEMokoLife/Functions/AboutPage/View": [
101                 ]
102               }
103             },
104             {
105               "name": "Model",
106               "source_files": "MKBLEMokoLife/Classes/Functions/AboutPage/Model/**"
107             },
108             {
109               "name": "View",
110               "source_files": "MKBLEMokoLife/Classes/Functions/AboutPage/View/**",
111               "dependencies": {
112                 "MKBLEMokoLife/Functions/AboutPage/Model": [
114                 ]
115               }
116             }
117           ]
118         },
119         {
120           "name": "DeviceInfo",
121           "subspecs": [
122             {
123               "name": "Controller",
124               "source_files": "MKBLEMokoLife/Classes/Functions/DeviceInfo/Controller/**",
125               "dependencies": {
126                 "MKBLEMokoLife/Functions/DeviceInfo/Model": [
128                 ]
129               }
130             },
131             {
132               "name": "Model",
133               "source_files": "MKBLEMokoLife/Classes/Functions/DeviceInfo/Model/**"
134             }
135           ]
136         },
137         {
138           "name": "EnergyPage",
139           "subspecs": [
140             {
141               "name": "Controller",
142               "source_files": "MKBLEMokoLife/Classes/Functions/EnergyPage/Controller/**",
143               "dependencies": {
144                 "MKBLEMokoLife/Functions/EnergyPage/Model": [
146                 ],
147                 "MKBLEMokoLife/Functions/EnergyPage/View": [
149                 ],
150                 "MKBLEMokoLife/Functions/DeviceInfo/Controller": [
152                 ]
153               }
154             },
155             {
156               "name": "Model",
157               "source_files": "MKBLEMokoLife/Classes/Functions/EnergyPage/Model/**"
158             },
159             {
160               "name": "View",
161               "source_files": "MKBLEMokoLife/Classes/Functions/EnergyPage/View/**"
162             }
163           ]
164         },
165         {
166           "name": "ModifyDataPage",
167           "subspecs": [
168             {
169               "name": "Controller",
170               "source_files": "MKBLEMokoLife/Classes/Functions/ModifyDataPage/Controller/**"
171             }
172           ]
173         },
174         {
175           "name": "ModifyPowerStatusPage",
176           "subspecs": [
177             {
178               "name": "Controller",
179               "source_files": "MKBLEMokoLife/Classes/Functions/ModifyPowerStatusPage/Controller/**"
180             }
181           ]
182         },
183         {
184           "name": "PowerPage",
185           "subspecs": [
186             {
187               "name": "Controller",
188               "source_files": "MKBLEMokoLife/Classes/Functions/PowerPage/Controller/**",
189               "dependencies": {
190                 "MKBLEMokoLife/Functions/PowerPage/Model": [
192                 ],
193                 "MKBLEMokoLife/Functions/PowerPage/View": [
195                 ],
196                 "MKBLEMokoLife/Functions/DeviceInfo/Controller": [
198                 ]
199               }
200             },
201             {
202               "name": "Model",
203               "source_files": "MKBLEMokoLife/Classes/Functions/PowerPage/Model/**"
204             },
205             {
206               "name": "View",
207               "source_files": "MKBLEMokoLife/Classes/Functions/PowerPage/View/**"
208             }
209           ]
210         },
211         {
212           "name": "ScanPage",
213           "subspecs": [
214             {
215               "name": "Controller",
216               "source_files": "MKBLEMokoLife/Classes/Functions/ScanPage/Controller/**",
217               "dependencies": {
218                 "MKBLEMokoLife/Functions/ScanPage/View": [
220                 ],
221                 "MKBLEMokoLife/Functions/TabBarPage/Controller": [
223                 ]
224               }
225             },
226             {
227               "name": "View",
228               "source_files": "MKBLEMokoLife/Classes/Functions/ScanPage/View/**"
229             }
230           ]
231         },
232         {
233           "name": "SettingPage",
234           "subspecs": [
235             {
236               "name": "Controller",
237               "source_files": "MKBLEMokoLife/Classes/Functions/SettingPage/Controller/**",
238               "dependencies": {
239                 "MKBLEMokoLife/Functions/SettingPage/Model": [
241                 ],
242                 "MKBLEMokoLife/Functions/SettingPage/View": [
244                 ],
245                 "MKBLEMokoLife/Functions/DeviceInfo/Controller": [
247                 ],
248                 "MKBLEMokoLife/Functions/ModifyDataPage/Controller": [
250                 ],
251                 "MKBLEMokoLife/Functions/ModifyPowerStatusPage/Controller": [
253                 ],
254                 "MKBLEMokoLife/Functions/UpdatePage/Controller": [
256                 ]
257               }
258             },
259             {
260               "name": "Model",
261               "source_files": "MKBLEMokoLife/Classes/Functions/SettingPage/Model/**"
262             },
263             {
264               "name": "View",
265               "source_files": "MKBLEMokoLife/Classes/Functions/SettingPage/View/**"
266             }
267           ]
268         },
269         {
270           "name": "TabBarPage",
271           "subspecs": [
272             {
273               "name": "Controller",
274               "source_files": "MKBLEMokoLife/Classes/Functions/TabBarPage/Controller/**",
275               "dependencies": {
276                 "MKBLEMokoLife/Functions/PowerPage/Controller": [
278                 ],
279                 "MKBLEMokoLife/Functions/EnergyPage/Controller": [
281                 ],
282                 "MKBLEMokoLife/Functions/TimerPage/Controller": [
284                 ],
285                 "MKBLEMokoLife/Functions/SettingPage/Controller": [
287                 ]
288               }
289             }
290           ]
291         },
292         {
293           "name": "TimerPage",
294           "subspecs": [
295             {
296               "name": "Controller",
297               "source_files": "MKBLEMokoLife/Classes/Functions/TimerPage/Controller/**",
298               "dependencies": {
299                 "MKBLEMokoLife/Functions/TimerPage/Model": [
301                 ],
302                 "MKBLEMokoLife/Functions/TimerPage/View": [
304                 ],
305                 "MKBLEMokoLife/Functions/DeviceInfo/Controller": [
307                 ]
308               }
309             },
310             {
311               "name": "Model",
312               "source_files": "MKBLEMokoLife/Classes/Functions/TimerPage/Model/**"
313             },
314             {
315               "name": "View",
316               "source_files": "MKBLEMokoLife/Classes/Functions/TimerPage/View/**"
317             }
318           ]
319         },
320         {
321           "name": "UpdatePage",
322           "dependencies": {
323             "iOSDFULibrary": [
325             ]
326           },
327           "subspecs": [
328             {
329               "name": "Controller",
330               "source_files": "MKBLEMokoLife/Classes/Functions/UpdatePage/Controller/**",
331               "dependencies": {
332                 "MKBLEMokoLife/Functions/UpdatePage/Model": [
334                 ]
335               }
336             },
337             {
338               "name": "Model",
339               "source_files": "MKBLEMokoLife/Classes/Functions/UpdatePage/Model/**"
340             }
341           ]
342         }
343       ]
344     }
345   ]