[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 3 / 6 / BluetoothMessageProtocol / 0.9.8 / BluetoothMessageProtocol.podspec.json
blob6862af9aba1ac76802555f5d06b191f1cc7879a5
2   "name": "BluetoothMessageProtocol",
3   "version": "0.9.8",
4   "summary": "Encoding and Decoding of the Bluetooth Message Protocol.",
5   "description": "Encoding and Decoding of the Bluetooth Message Protocol.  Makes creating apps using BLE easy.",
6   "homepage": "https://github.com/FitnessKit/BluetoothMessageProtocol",
7   "documentation_url": "https://fitnesskit.github.io/BluetoothMessageProtocol/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Kevin A. Hoogheem": "kevin@hoogheem.net"
14   },
15   "source": {
16     "git": "https://github.com/FitnessKit/BluetoothMessageProtocol.git",
17     "tag": "0.9.8"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": "Sources/BluetoothMessageProtocol/**/*",
26   "dependencies": {
27     "DataDecoder": [
28       "~> 4.0.2"
29     ],
30     "FitnessUnits": [
31       "~> 1.2.0"
32     ]
33   },
34   "pushed_with_swift_version": "4.0"