blob: 62051987779f22e5f7b078101e68119f11d25a6a [file] [log] [blame]
{
"name": "BluetoothMessageProtocol",
"version": "0.11.2",
"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",
"documentation_url": "https://fitnesskit.github.io/BluetoothMessageProtocol/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin A. Hoogheem": "kevin@hoogheem.net"
},
"source": {
"git": "https://github.com/FitnessKit/BluetoothMessageProtocol.git",
"tag": "0.11.2"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/BluetoothMessageProtocol/**/*",
"dependencies": {
"DataDecoder": [
"~> 4.0.3"
],
"FitnessUnits": [
"~> 1.6.1"
]
}
}