[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 6 / BluetoothMessageProtocol / 0.15.5 / BluetoothMessageProtocol.podspec.json
blob3c6faecfc1db38448965e64f0cf05a167ea95533
2   "name": "BluetoothMessageProtocol",
3   "version": "0.15.5",
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": "0.15.5"
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.3.0"
29     ],
30     "FitnessUnits": [
31       ">= 2.0.3"
32     ],
33     "CryptoSwift": [
35     ]
36   }