blob: 756baf80bba65238a59fb99462c3f99410392ca0 [file] [log] [blame]
{
"name": "SwiftMQTT",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "SwiftMQTT/SwiftMQTT/**/*.swift",
"frameworks": "Foundation"
}