blob: 435af9e8acf8adfccd38a71782443193fbe7cf4f [file] [log] [blame]
{
"name": "WLMqtt",
"version": "1.0.0",
"summary": "An easy way to use mqtt",
"homepage": "https://github.com/DaLiangWang/WLMqtt",
"license": "MIT",
"authors": {
"wangliang": "wlhjx1993@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DaLiangWang/WLMqtt.git",
"tag": "1.0.0"
},
"source_files": "WLMqtt/Class/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MQTTClient/MinL": [
],
"MQTTClient/ManagerL": [
],
"MQTTClient/WebsocketL": [
]
}
}