[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / 6 / BluetoothMessageProtocol / 2.0.0 / BluetoothMessageProtocol.podspec.json
blob732949453dd8419bac08b8370288f49b5a25d0fa
2   "name": "BluetoothMessageProtocol",
3   "version": "2.0.0",
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.0"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "5.1"
21   },
22   "swift_versions": "5.1",
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.1.0"
36     ],
37     "CryptoSwift": [
39     ]
40   },
41   "swift_version": "5.1"