Skip to content

Commit ebb739c

Browse files
authored
Create library.json
This is the information file for platformio like library.properties is for Arduino IDE. It is needed to auto-download the dependencies like ArduinoJson.
1 parent e2c901f commit ebb739c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

library.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name":"UniversalTelegramBot",
3+
"description":"Arduino Telegram Bot library for multiple different architectures.",
4+
"keywords":"Communication,Telegram,Arduino",
5+
"authors":
6+
{
7+
"name": "Brian Lough <[email protected]>",
8+
"maintainer": true
9+
},
10+
"repository":
11+
{
12+
"type": "git",
13+
"url": "https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot"
14+
},
15+
"version": "1.2.0",
16+
"license": "GPL-2.0-or-later",
17+
"frameworks": "arduino",
18+
"platforms": "*",
19+
"dependencies": [
20+
{
21+
"name": "ArduinoJson"
22+
}
23+
],
24+
"build": {
25+
}
26+
}

0 commit comments

Comments
 (0)