[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / 3 / f / MetaWear / 4.0.0 / MetaWear.podspec.json
blobcd42b27e7b78cdb5f6d8ccd99fe0918554599d1d
2   "name": "MetaWear",
3   "version": "4.0.0",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://www.mbientlab.com/terms/",
7     "file": "LICENSE.md"
8   },
9   "homepage": "https://mbientlab.com",
10   "summary": "iOS/macOS/tvOS/watchOS API and documentation for the MetaWear platform",
11   "description": "This library allows for simple interfacing with the MetaWear Bluetooth (BLE)\nsensor platform.  Stream or log a variety of sensor data via simple API calls.\nContact us at hello@mbientlab.com if you need custom hardware or help with App development.\nSee www.mbientlab.com for details.",
12   "authors": {
13     "Laura Kassovic": "laura@mbientlab.com"
14   },
15   "source": {
16     "git": "https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS.git",
17     "tag": "4.0.0",
18     "submodules": true
19   },
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.14",
23     "tvos": "10.0",
24     "watchos": "4.0"
25   },
26   "swift_versions": "5.0",
27   "social_media_url": "https://twitter.com/mbientLab",
28   "documentation_url": "https://mbientlab.com/tutorials/",
29   "default_subspecs": "Core",
30   "subspecs": [
31     {
32       "name": "Core",
33       "preserve_paths": "MetaWear/MetaWear-SDK-Cpp/src/**/*",
34       "source_files": [
35         "MetaWear/Core/**/*",
36         "MetaWear/MetaWear-SDK-Cpp/src/metawear/core/*/*.cpp",
37         "MetaWear/MetaWear-SDK-Cpp/src/metawear/dfu/*/*.cpp",
38         "MetaWear/MetaWear-SDK-Cpp/src/metawear/impl/*/*.cpp",
39         "MetaWear/MetaWear-SDK-Cpp/src/metawear/peripheral/*/*.cpp",
40         "MetaWear/MetaWear-SDK-Cpp/src/metawear/platform/*/*.cpp",
41         "MetaWear/MetaWear-SDK-Cpp/src/metawear/processor/*/*.cpp",
42         "MetaWear/MetaWear-SDK-Cpp/src/metawear/sensor/*/*.cpp",
43         "MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*"
44       ],
45       "compiler_flags": [
46         "-Wno-documentation",
47         "-Wno-comma"
48       ],
49       "pod_target_xcconfig": {
50         "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src",
51         "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src"
52       },
53       "frameworks": "CoreBluetooth",
54       "dependencies": {
55         "Bolts-Swift": [
56           "~> 1"
57         ]
58       }
59     },
60     {
61       "name": "AsyncUtils",
62       "source_files": "MetaWear/AsyncUtils/**/*",
63       "dependencies": {
64         "MetaWear/Core": [
66         ]
67       }
68     },
69     {
70       "name": "UI",
71       "source_files": "MetaWear/UI/**/*",
72       "dependencies": {
73         "MetaWear/Core": [
75         ],
76         "MetaWear/AsyncUtils": [
78         ]
79       }
80     },
81     {
82       "name": "Mocks",
83       "platforms": {
84         "ios": "10.0",
85         "osx": "10.14"
86       },
87       "source_files": "MetaWear/Mocks/**/*",
88       "dependencies": {
89         "MetaWear/Core": [
91         ]
92       }
93     },
94     {
95       "name": "DFU",
96       "platforms": {
97         "ios": "10.0",
98         "osx": "10.14"
99       },
100       "source_files": "MetaWear/DFU/**/*",
101       "dependencies": {
102         "MetaWear/Core": [
104         ],
105         "iOSDFULibrary": [
106           "4.5.1"
107         ]
108       }
109     }
110   ],
111   "swift_version": "5.0"