[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / b / 9 / GaiaSDK / 0.0.1 / GaiaSDK.podspec.json
blob0d6481acd6a51999284c5ccf282ff1b4241b41e2
2   "name": "GaiaSDK",
3   "version": "0.0.1",
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.1"
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": "request",
32       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/request/*.{swift}"
33     },
34     {
35       "name": "Vendor",
36       "dependencies": {
37         "GaiaSDK/GaiaClientCore": [
39         ],
40         "GaiaSDK/request": [
42         ]
43       },
44       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/Vendor/*.{swift}",
45       "subspecs": [
46         {
47           "name": "deviceConfig",
48           "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/Vendor/deviceConfig/*.{swift}"
49         }
50       ]
51     },
52     {
53       "name": "GaiaClientCore",
54       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/GaiaClientCore/*.{swift}"
55     }
56   ],
57   "swift_version": "5"