blob: f6b3c897fabfdc1deda00557f60cea591ee8bbcc [file] [log] [blame]
{
"name": "MetaWear",
"version": "2.9.0",
"license": {
"type": "Commercial",
"text": "See https://www.mbientlab.com/terms/",
"file": "LICENSE"
},
"homepage": "https://mbientlab.com",
"summary": "iOS/macOS/tvOS API and documentation for the MetaWear platform",
"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.",
"authors": {
"Stephen Schiffli": "stephen@mbientlab.com"
},
"source": {
"git": "https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS.git",
"tag": "2.9.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"social_media_url": "https://twitter.com/mbientLab",
"documentation_url": "https://www.mbientlab.com/docs/metawear/ios/2.9.0/index.html",
"source_files": "MetaWear/{Assets,Classes,Internal}/**/*.{h,m}",
"private_header_files": "MetaWear/Internal/**/*.h",
"frameworks": [
"CoreData",
"CoreBluetooth"
],
"dependencies": {
"Bolts/Tasks": [
"~> 1.8.4"
],
"FastCoding+tvOS": [
"~> 3.2.1"
]
}
}