forked from bertmelis/espMqttClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
39 lines (39 loc) · 955 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "espMqttClient",
"keywords": "iot, home, automation, mqtt, client, esp8266, esp32",
"description": "an MQTT client for the Arduino framework for ESP8266 / ESP32",
"authors":
{
"name": "Stefan Donath",
"url": "https://github.com/stedon81"
},
"license": "MIT",
"homepage": "https://github.com/stedon81/espMqttClient",
"repository":
{
"type": "git",
"url": "https://github.com/stedon81/espMqttClient.git"
},
"version": "1.6.0",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"headers": ["espMqttClient.h", "espMqttClientAsync.h"],
"dependencies": [
{
"owner": "esphome",
"name": "ESPAsyncTCP-esphome",
"version": ">=2.0.0",
"platforms": "espressif8266"
},
{
"owner": "esphome",
"name": "AsyncTCP-esphome",
"version": ">=2.1.3",
"platforms": "espressif32"
}
],
"build":
{
"libLDFMode": "deep+"
}
}