[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 6 / BluetoothMessageProtocol / 1.2.1 / BluetoothMessageProtocol.podspec.json
blobefd6da50f839767cfb05f5d02d0c21aed2a1fee0
2   "name": "BluetoothMessageProtocol",
3   "version": "1.2.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": "1.2.1"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "5.0"
21   },
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.12",
26     "tvos": "10.0",
27     "watchos": "3.0"
28   },
29   "source_files": "Sources/BluetoothMessageProtocol/**/*",
30   "dependencies": {
31     "DataDecoder": [
32       ">= 5.0.0"
33     ],
34     "FitnessUnits": [
35       ">= 3.0.0"
36     ],
37     "CryptoSwift": [
39     ]
40   },
41   "swift_version": "5.0"