blob: 6834b001f040130c378035d66bc6e45cba51b3d4 [file] [log] [blame]
{
"name": "SwiftMQTT",
"version": "2.0.0",
"summary": "MQTT Client in pure Swift",
"description": "MQTT Client in Swift 3.0 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": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "SwiftMQTT/SwiftMQTT/**/*.swift",
"frameworks": "Foundation"
}