[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 1 / d / 3 / MQTTCodec / 0.1.0 / MQTTCodec.podspec.json
blob65e8ef9b1c9e59798f0e6c9556a2a1104b0ef294
2   "name": "MQTTCodec",
3   "version": "0.1.0",
4   "summary": "SwiftNIO-based MQTT v5.0 codec.",
5   "module_name": "NIOMQTTClient",
6   "description": "MQTTCodec is a SwiftNIO-based MQTT v5.0 codec.",
7   "homepage": "https://github.com/bofeizhu/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/bofeizhu/swift-nio-mqtt.git",
20     "tag": "0.1.0"
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"