[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / b / 9 / GaiaSDK / 0.0.13 / GaiaSDK.podspec.json
blob1d49d1a9f5e65d2d8cab4dd7d5003709142bd379
2   "name": "GaiaSDK",
3   "version": "0.0.13",
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://bitbucket.org/louisvuitton_team/iotapp_epv3-ios-sdk-ref-app/src/master/",
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@bitbucket.org:louisvuitton_team/iotapp_epv3-ios-sdk-ref-app.git",
17     "tag": "0.0.19"
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       "name": "BTConnectionRecordManager",
67       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/BTConnectionRecordManager/*.{swift}"
68     },
69     {
70       "name": "RemoteFirmwareManager",
71       "source_files": "LV_Code/GaiaSDK/MasterDynamicLib/RemoteFirmwareManager/*.{swift}"
72     }
73   ],
74   "swift_version": "5"