[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 8 / e / SwiftMQTT / 2.0.0 / SwiftMQTT.podspec.json
blob6834b001f040130c378035d66bc6e45cba51b3d4
2   "name": "SwiftMQTT",
3   "version": "2.0.0",
4   "summary": "MQTT Client in pure Swift",
5   "description": "MQTT Client in Swift 3.0 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": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0"
22   },
23   "source_files": "SwiftMQTT/SwiftMQTT/**/*.swift",
24   "frameworks": "Foundation"