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