blob: a40279fa53a6c0200b1a4b0d4dc4d232c141fb93 [file] [log] [blame]
{
"name": "BluetoothMessageProtocol",
"version": "1.0.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": "1.0.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/BluetoothMessageProtocol/**/*",
"dependencies": {
"DataDecoder": [
">= 5.0.0"
],
"FitnessUnits": [
">= 3.0.0"
],
"CryptoSwift": [
]
}
}