[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / f / MetaWear / 3.1.0 / MetaWear.podspec.json
blob14e449fc6b82f1b6a4a29d0f6fc4dc17d8399f03
2   "name": "MetaWear",
3   "version": "3.1.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.1.0",
18     "submodules": true
19   },
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.13",
23     "tvos": "10.0",
24     "watchos": "4.0"
25   },
26   "social_media_url": "https://twitter.com/mbientLab",
27   "documentation_url": "https://mbientlab.com/cppdocs/latest/",
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "preserve_paths": "MetaWear/MetaWear-SDK-Cpp/src/**/*",
33       "source_files": [
34         "MetaWear/Core/**/*",
35         "MetaWear/MetaWear-SDK-Cpp/src/metawear/**/*.cpp",
36         "MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*"
37       ],
38       "compiler_flags": [
39         "-Wno-documentation",
40         "-Wno-comma"
41       ],
42       "pod_target_xcconfig": {
43         "SWIFT_VERSION": "4.0",
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.3.0"
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   ]