blob: 6e9b60148888715e92c470bda515211009874edc [file] [log] [blame]
{
"name": "SwiftMQTT",
"version": "3.0.0",
"summary": "MQTT Client in pure Swift",
"description": "MQTT Client in Swift 4.1 based on MQTT Version 3.1.1",
"homepage": "https://github.com/aciidb0mb3r/SwiftMQTT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ankit Agarwal": "ankit.spd@gmail.com"
},
"source": {
"git": "https://github.com/aciidb0mb3r/SwiftMQTT.git",
"tag": "3.0.0"
},
"swift_version": "4.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "SwiftMQTT/SwiftMQTT/**/*.swift",
"frameworks": "Foundation"
}