[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / f / MetaWear / 3.4.0 / MetaWear.podspec.json
blobbe9bd82cd377115b11be15d02bfa8e104e2b1177
2   "name": "MetaWear",
3   "version": "3.4.0",
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.4.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/cppdocs/latest/",
29   "default_subspecs": "Core",
30   "swift_version": "5.0",
31   "subspecs": [
32     {
33       "name": "Core",
34       "preserve_paths": "MetaWear/MetaWear-SDK-Cpp/src/**/*",
35       "source_files": [
36         "MetaWear/Core/**/*",
37         "MetaWear/MetaWear-SDK-Cpp/src/metawear/**/*.cpp",
38         "MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*"
39       ],
40       "compiler_flags": [
41         "-Wno-documentation",
42         "-Wno-comma"
43       ],
44       "pod_target_xcconfig": {
45         "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src",
46         "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src"
47       },
48       "frameworks": "CoreBluetooth",
49       "dependencies": {
50         "Bolts-Swift": [
51           "~> 1"
52         ]
53       }
54     },
55     {
56       "name": "AsyncUtils",
57       "source_files": "MetaWear/AsyncUtils/**/*",
58       "dependencies": {
59         "MetaWear/Core": [
61         ]
62       }
63     },
64     {
65       "name": "UI",
66       "source_files": "MetaWear/UI/**/*",
67       "dependencies": {
68         "MetaWear/Core": [
70         ],
71         "MetaWear/AsyncUtils": [
73         ]
74       }
75     },
76     {
77       "name": "Mocks",
78       "platforms": {
79         "ios": "10.0",
80         "osx": "10.14"
81       },
82       "source_files": "MetaWear/Mocks/**/*",
83       "dependencies": {
84         "MetaWear/Core": [
86         ]
87       }
88     },
89     {
90       "name": "DFU",
91       "platforms": {
92         "ios": "10.0",
93         "osx": "10.14"
94       },
95       "source_files": "MetaWear/DFU/**/*",
96       "dependencies": {
97         "MetaWear/Core": [
99         ],
100         "iOSDFULibrary": [
101           "4.5.1"
102         ]
103       }
104     }
105   ]