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