[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / 0 / MKBeaconXCustomUI / 0.0.5 / MKBeaconXCustomUI.podspec.json
bloba3cc79b259d5ce0475da3f1c8ebdabe53bc4a2c9
2   "name": "MKBeaconXCustomUI",
3   "version": "0.0.5",
4   "summary": "BXP系列app的组件库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MOKO-iOS-Base-Library/MKBeaconXCustomUI",
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/MOKO-iOS-Base-Library/MKBeaconXCustomUI.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "resource_bundles": {
22     "MKBeaconXCustomUI": [
23       "MKBeaconXCustomUI/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "MKBaseModuleLibrary": [
29     ],
30     "MKCustomUIModule": [
32     ],
33     "MLInputDodger": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Defines",
40       "source_files": "MKBeaconXCustomUI/Classes/Defines/**"
41     },
42     {
43       "name": "SlotAdopter",
44       "source_files": "MKBeaconXCustomUI/Classes/SlotAdopter/**",
45       "dependencies": {
46         "MKBeaconXCustomUI/Defines": [
48         ]
49       }
50     },
51     {
52       "name": "ScanUI",
53       "subspecs": [
54         {
55           "name": "Adopter",
56           "source_files": "MKBeaconXCustomUI/Classes/ScanUI/Adopter/**",
57           "dependencies": {
58             "MKBeaconXCustomUI/ScanUI/ScanCell": [
60             ]
61           }
62         },
63         {
64           "name": "ScanCell",
65           "subspecs": [
66             {
67               "name": "ScanInfoCell",
68               "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanCell/ScanInfoCell/**"
69             },
70             {
71               "name": "ScanBeaconCell",
72               "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanCell/ScanBeaconCell/**"
73             },
74             {
75               "name": "ScanHTCell",
76               "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanCell/ScanHTCell/**"
77             },
78             {
79               "name": "ScanThreeASensorCell",
80               "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanCell/ScanThreeASensorCell/**"
81             },
82             {
83               "name": "ScanTLMCell",
84               "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanCell/ScanTLMCell/**"
85             },
86             {
87               "name": "ScanUIDCell",
88               "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanCell/ScanUIDCell/**"
89             },
90             {
91               "name": "ScanURLCell",
92               "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanCell/ScanURLCell/**"
93             }
94           ]
95         },
96         {
97           "name": "ScanFilterView",
98           "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanFilterView/**"
99         },
100         {
101           "name": "ScanSearchButton",
102           "source_files": "MKBeaconXCustomUI/Classes/ScanUI/ScanSearchButton/**"
103         }
104       ]
105     },
106     {
107       "name": "SlotConfig",
108       "subspecs": [
109         {
110           "name": "Protocol",
111           "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/Protocol/**"
112         },
113         {
114           "name": "FrameTypePickView",
115           "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/FrameTypePickView/**",
116           "dependencies": {
117             "MKBeaconXCustomUI/Defines": [
119             ]
120           }
121         },
122         {
123           "name": "SlotConfigCell",
124           "dependencies": {
125             "MKBeaconXCustomUI/SlotAdopter": [
127             ],
128             "MKBeaconXCustomUI/SlotConfig/Protocol": [
130             ]
131           },
132           "subspecs": [
133             {
134               "name": "BeaconCell",
135               "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/SlotConfigCell/BeaconCell/**"
136             },
137             {
138               "name": "DeviceInfoCell",
139               "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/SlotConfigCell/DeviceInfoCell/**"
140             },
141             {
142               "name": "UIDCell",
143               "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/SlotConfigCell/UIDCell/**"
144             },
145             {
146               "name": "URLCell",
147               "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/SlotConfigCell/URLCell/**"
148             }
149           ]
150         },
151         {
152           "name": "TriggerView",
153           "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/TriggerView/**"
154         },
155         {
156           "name": "TriggerCell",
157           "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/TriggerCell/**",
158           "dependencies": {
159             "MKBeaconXCustomUI/SlotConfig/TriggerView": [
161             ],
162             "MKBeaconXCustomUI/SlotConfig/Protocol": [
164             ]
165           }
166         }
167       ]
168     },
169     {
170       "name": "QuickSwitchCell",
171       "source_files": "MKBeaconXCustomUI/Classes/QuickSwitchCell/**"
172     },
173     {
174       "name": "DFUPage",
175       "dependencies": {
176         "iOSDFULibrary": [
178         ]
179       },
180       "subspecs": [
181         {
182           "name": "Controller",
183           "source_files": "MKBeaconXCustomUI/Classes/DFUPage/Controller/**",
184           "dependencies": {
185             "MKBeaconXCustomUI/DFUPage/Model": [
187             ],
188             "MKBeaconXCustomUI/DFUPage/Protocol": [
190             ]
191           }
192         },
193         {
194           "name": "Model",
195           "source_files": "MKBeaconXCustomUI/Classes/DFUPage/Model/**",
196           "dependencies": {
197             "MKBeaconXCustomUI/DFUPage/Protocol": [
199             ]
200           }
201         },
202         {
203           "name": "Protocol",
204           "source_files": "MKBeaconXCustomUI/Classes/DFUPage/Protocol/**"
205         }
206       ]
207     },
208     {
209       "name": "DeviceInfoPage",
210       "subspecs": [
211         {
212           "name": "Controller",
213           "source_files": "MKBeaconXCustomUI/Classes/DeviceInfoPage/Controller/**",
214           "dependencies": {
215             "MKBeaconXCustomUI/DeviceInfoPage/Protocol": [
217             ]
218           }
219         },
220         {
221           "name": "Protocol",
222           "source_files": "MKBeaconXCustomUI/Classes/DeviceInfoPage/Protocol/**"
223         }
224       ]
225     }
226   ]