blob: f345dce3de36a59bec9abb64805ce109a7cf3af3 [file] [log] [blame]
{
"name": "BluetoothMessageProtocol",
"version": "0.20.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.\n\nSupport for HomeKit, BLE Mesh and Custom Services/Characteristics.",
"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.20.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/BluetoothMessageProtocol/**/*",
"dependencies": {
"DataDecoder": [
">= 4.4.0"
],
"FitnessUnits": [
">= 2.1.2"
],
"CryptoSwift": [
]
}
}