[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 9 / 4 / SwiftNIOMQTTClient / 0.1.2 / SwiftNIOMQTTClient.podspec.json
blob12313e0e6705a32a924bfb5526ff5ce7b17c24c1
2   "name": "SwiftNIOMQTTClient",
3   "version": "0.1.2",
4   "summary": "SwiftNIO-based MQTT v5.0 client.",
5   "module_name": "NIOMQTTClient",
6   "description": "SwiftNIOMQTTClient is a SwiftNIO-based MQTT v5.0 client.",
7   "homepage": "https://github.com/HealthTap/swift-nio-mqtt",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "Bofei Zhu": "zhu.bofei@gmail.com"
11   },
12   "swift_versions": "5.0",
13   "platforms": {
14     "ios": "12.0",
15     "osx": "10.14",
16     "tvos": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/HealthTap/swift-nio-mqtt.git",
20     "tag": "0.1.2"
21   },
22   "source_files": "Sources/NIOMQTTClient/**/*.swift",
23   "dependencies": {
24     "SwiftNIOTransportServices": [
25       "~> 1.0"
26     ],
27     "Logging": [
28       "~> 1.0"
29     ],
30     "MQTTCodec": [
31       "~> 0.1"
32     ]
33   },
34   "swift_version": "5.0"