[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 8 / e / SwiftMQTT / 3.0.1 / SwiftMQTT.podspec.json
blobda553c7a222f1c59948b372c3a54ecb2194b618d
2   "name": "SwiftMQTT",
3   "version": "3.0.1",
4   "summary": "MQTT Client in pure Swift",
5   "description": "MQTT Client in Swift 4.1 based on MQTT Version 3.1.1",
6   "homepage": "https://github.com/aciidb0mb3r/SwiftMQTT",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ankit Agarwal": "ankit.spd@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/aciidb0mb3r/SwiftMQTT.git",
16     "tag": "3.0.1"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0"
23   },
24   "source_files": "SwiftMQTT/SwiftMQTT/**/*.swift",
25   "frameworks": "Foundation"