[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / d / 3 / MQTTCodec / 0.1.2 / MQTTCodec.podspec.json
blob05e833d17c1140a07cd2454c2ab438eca860987a
2   "name": "MQTTCodec",
3   "version": "0.1.2",
4   "summary": "SwiftNIO-based MQTT v5.0 codec.",
5   "module_name": "MQTTCodec",
6   "description": "MQTTCodec is a SwiftNIO-based MQTT v5.0 codec.",
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/MQTTCodec/**/*.swift",
23   "dependencies": {
24     "SwiftNIO": [
25       "~> 2.0"
26     ],
27     "SwiftNIOFoundationCompat": [
28       "~> 2.0"
29     ]
30   },
31   "swift_version": "5.0"