[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / 3 / f / MetaWear / 3.1.6 / MetaWear.podspec.json
blobf37b4076e18243241f4af0d622f12913e5d9d572
2   "name": "MetaWear",
3   "version": "3.1.6",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://www.mbientlab.com/terms/",
7     "file": "LICENSE"
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     "Stephen Schiffli": "stephen@mbientlab.com"
14   },
15   "source": {
16     "git": "https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS.git",
17     "tag": "3.1.6",
18     "submodules": true
19   },
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.13",
23     "tvos": "10.0",
24     "watchos": "4.0"
25   },
26   "swift_version": "4.1",
27   "social_media_url": "https://twitter.com/mbientLab",
28   "documentation_url": "https://mbientlab.com/cppdocs/latest/",
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/**/*.cpp",
37         "MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*"
38       ],
39       "compiler_flags": [
40         "-Wno-documentation",
41         "-Wno-comma"
42       ],
43       "pod_target_xcconfig": {
44         "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src",
45         "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src"
46       },
47       "frameworks": "CoreBluetooth",
48       "dependencies": {
49         "Bolts-Swift": [
50           "~> 1"
51         ]
52       }
53     },
54     {
55       "name": "AsyncUtils",
56       "source_files": "MetaWear/AsyncUtils/**/*",
57       "dependencies": {
58         "MetaWear/Core": [
60         ]
61       }
62     },
63     {
64       "name": "UI",
65       "source_files": "MetaWear/UI/**/*",
66       "dependencies": {
67         "MetaWear/Core": [
69         ],
70         "MetaWear/AsyncUtils": [
72         ]
73       }
74     },
75     {
76       "name": "Mocks",
77       "source_files": "MetaWear/Mocks/**/*",
78       "dependencies": {
79         "MetaWear/Core": [
81         ]
82       }
83     },
84     {
85       "name": "DFU",
86       "platforms": {
87         "ios": "10.0",
88         "osx": "10.13"
89       },
90       "source_files": "MetaWear/DFU/**/*",
91       "dependencies": {
92         "MetaWear/Core": [
94         ],
95         "iOSDFULibrary": [
96           "~> 4"
97         ]
98       }
99     }
100   ]