blob: 73eda018163d1fc4ec8780a66391ebc03af7833f [file] [log] [blame]
{
"name": "MqttSwift",
"version": "0.0.3",
"summary": "mqtt write by swift. Contains connect manager and message send status.",
"description": "an swift native MQTT Framework http://mqtt.org.learn from ckrey.this guy's obj-c version used in boss zhipin.",
"homepage": "https://github.com/ymsheng/mqttswift",
"license": "MIT",
"authors": {
"yangmaosheng": "ymsheng@outlook.com"
},
"social_media_url": "http://ymsheng.github.io/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ymsheng/mqttswift.git",
"tag": "0.0.3"
},
"source_files": "MNMqttSwift/MqttSwift/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation"
}