blob: 679779519728ac7ffaeb3ec4beef05b1cd4617a7 [file] [log] [blame]
{
"name": "BluetoothMessageProtocol",
"version": "0.3.0",
"summary": "Encoding and Decoding of the Bluetooth Message Protocol.",
"description": "Encoding and Decoding of the Bluetooth Message Protocol. Makes creating apps using BLE easy.",
"homepage": "https://github.com/FitnessKit/BluetoothMessageProtocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin A. Hoogheem": "kevin@hoogheem.net"
},
"source": {
"git": "https://github.com/FitnessKit/BluetoothMessageProtocol.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"DataDecoder": [
"~> 0.7.0"
],
"FitnessUnits": [
"~> 1.1.1"
]
},
"pushed_with_swift_version": "3.1"
}