blob: 05129d024da5a546fdeb5500c2222b7f7e2f3cbc [file] [log] [blame]
{
"name": "BluetoothMessageProtocol",
"version": "0.10.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",
"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.10.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/BluetoothMessageProtocol/**/*",
"dependencies": {
"DataDecoder": [
"~> 4.0.2"
],
"FitnessUnits": [
"~> 1.2.0"
]
},
"pushed_with_swift_version": "4.0"
}