[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / 0 / 3 / 6 / BluetoothMessageProtocol / 2.0.1 / BluetoothMessageProtocol.podspec.json
blob9450f4408d8b812e9260013c182462a971063aee
2   "name": "BluetoothMessageProtocol",
3   "version": "2.0.1",
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.\n\nSupport for HomeKit, BLE Mesh and Custom Services/Characteristics.",
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": "2.0.1"
18   },
19   "swift_versions": [
20     "5.0",
21     "5.1",
22     "5.2",
23     "5.3",
24     "5.4",
25     "5.5"
26   ],
27   "platforms": {
28     "ios": "10.0",
29     "osx": "10.12",
30     "tvos": "10.0",
31     "watchos": "3.0"
32   },
33   "source_files": "Sources/BluetoothMessageProtocol/**/*",
34   "dependencies": {
35     "DataDecoder": [
36       ">= 5.0.0"
37     ],
38     "FitnessUnits": [
39       ">= 3.1.0"
40     ],
41     "CryptoSwift": [
43     ]
44   },
45   "swift_version": "5.5"