[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / e / b / c / MKNanoBeacon / 0.0.1 / MKNanoBeacon.podspec.json
blob9d30f1d44758fab53105309d9af9106d1091187e
2   "name": "MKNanoBeacon",
3   "version": "0.0.1",
4   "summary": "A short description of MKNanoBeacon.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/BeaconX-Pro/06-iOS-NanoBeacon-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lovexiaoxia": "aadyx2007@163.com"
13   },
14   "source": {
15     "git": "https://github.com/BeaconX-Pro/06-iOS-NanoBeacon-SDK.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "resource_bundles": {
22     "MKNanoBeacon": [
23       "MKNanoBeacon/Assets/*.png"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "SDK",
29       "source_files": "MKNanoBeacon/Classes/SDK/**",
30       "dependencies": {
31         "MKBaseBleModule": [
33         ]
34       }
35     },
36     {
37       "name": "Target",
38       "source_files": "MKNanoBeacon/Classes/Target/**",
39       "dependencies": {
40         "MKNanoBeacon/Functions": [
42         ]
43       }
44     },
45     {
46       "name": "Functions",
47       "dependencies": {
48         "MKNanoBeacon/SDK": [
50         ],
51         "MKBaseModuleLibrary": [
53         ],
54         "MKCustomUIModule": [
56         ],
57         "MKBeaconXCustomUI": [
59         ]
60       },
61       "subspecs": [
62         {
63           "name": "AboutPage",
64           "subspecs": [
65             {
66               "name": "Controller",
67               "source_files": "MKNanoBeacon/Classes/Functions/AboutPage/Controller/**"
68             }
69           ]
70         },
71         {
72           "name": "ScanPage",
73           "subspecs": [
74             {
75               "name": "Controller",
76               "source_files": "MKNanoBeacon/Classes/Functions/ScanPage/Controller/**",
77               "dependencies": {
78                 "MKNanoBeacon/Functions/ScanPage/Model": [
80                 ],
81                 "MKNanoBeacon/Functions/ScanPage/Adopter": [
83                 ],
84                 "MKNanoBeacon/Functions/ScanPage/View": [
86                 ],
87                 "MKNanoBeacon/Functions/AboutPage/Controller": [
89                 ]
90               }
91             },
92             {
93               "name": "Model",
94               "source_files": "MKNanoBeacon/Classes/Functions/ScanPage/Model/**"
95             },
96             {
97               "name": "Adopter",
98               "source_files": "MKNanoBeacon/Classes/Functions/ScanPage/Adopter/**",
99               "dependencies": {
100                 "MKNanoBeacon/Functions/ScanPage/Model": [
102                 ],
103                 "MKNanoBeacon/Functions/ScanPage/View": [
105                 ]
106               }
107             },
108             {
109               "name": "View",
110               "source_files": "MKNanoBeacon/Classes/Functions/ScanPage/View/**",
111               "dependencies": {
112                 "MKNanoBeacon/Functions/ScanPage/Model": [
114                 ]
115               }
116             }
117           ]
118         }
119       ]
120     }
121   ]