[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / 9 / GaiaSDK / 0.0.6 / GaiaSDK.podspec.json
blob472f568e017abe1855ae533cae3659f437eb0d14
2   "name": "GaiaSDK",
3   "version": "0.0.6",
4   "summary": "GaiaSDK is an SDK for Gaia communication with Bluetooth headset.",
5   "description": "GaiaSDK Features:\n1. Search devices.\n2. Connect with devices.\n3. Send commands to device.\n4. Receive notifications from device.",
6   "homepage": "https://github.com/JunWeiAndroid/LV-ios.git",
7   "license": "Apache License Version 2.0",
8   "authors": {
9     "BBias Xie": "79233564@qq.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_versions": "5",
15   "source": {
16     "git": "git@github.com:JunWeiAndroid/LV-ios.git",
17     "tag": "0.0.10"
18   },
19   "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/*.{swift}",
20   "subspecs": [
21     {
22       "name": "message",
23       "dependencies": {
24         "GaiaSDK/GaiaClientCore": [
26         ]
27       },
28       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/message/*.{swift}"
29     },
30     {
31       "name": "deviceConfig",
32       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/deviceConfig/*.{swift}"
33     },
34     {
35       "name": "request",
36       "dependencies": {
37         "GaiaSDK/GaiaClientCore": [
39         ],
40         "GaiaSDK/deviceConfig": [
42         ]
43       },
44       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/request/*.{swift}"
45     },
46     {
47       "name": "Vendor",
48       "dependencies": {
49         "GaiaSDK/GaiaClientCore": [
51         ],
52         "GaiaSDK/request": [
54         ],
55         "GaiaSDK/deviceConfig": [
57         ]
58       },
59       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/Vendor/*.{swift}"
60     },
61     {
62       "name": "GaiaClientCore",
63       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/GaiaClientCore/*.{swift}"
64     }
65   ],
66   "swift_version": "5"