[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / 0 / MKBeaconXCustomUI / 0.0.2 / MKBeaconXCustomUI.podspec.json
blob23c5716cf0a7fde15cb692dd4aa02d702ce3831c
2   "name": "MKBeaconXCustomUI",
3   "version": "0.0.2",
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.2"
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": "TriggerCell",
153           "subspecs": [
154             {
155               "name": "TriggerView",
156               "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/TriggerCell/TriggerView/**"
157             },
158             {
159               "name": "Cell",
160               "source_files": "MKBeaconXCustomUI/Classes/SlotConfig/TriggerCell/Cell/**",
161               "dependencies": {
162                 "MKBeaconXCustomUI/SlotConfig/Protocol": [
164                 ],
165                 "MKBeaconXCustomUI/SlotConfig/TriggerCell/TriggerView": [
167                 ]
168               }
169             }
170           ]
171         }
172       ]
173     },
174     {
175       "name": "DeviceInfoPage",
176       "subspecs": [
177         {
178           "name": "Controller",
179           "source_files": "MKBeaconXCustomUI/Classes/DeviceInfoPage/Controller/**",
180           "dependencies": {
181             "MKBeaconXCustomUI/DeviceInfoPage/Protocol": [
183             ]
184           }
185         },
186         {
187           "name": "Protocol",
188           "source_files": "MKBeaconXCustomUI/Classes/DeviceInfoPage/Protocol/**"
189         }
190       ]
191     }
192   ]