mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-06-07 07:42:01 +03:00
Add library.json for PlatformIO integration
See http://docs.platformio.org/en/stable/librarymanager/creating.html
This commit is contained in:
parent
dbf13c8aa7
commit
208005fec2
12
library.json
Normal file
12
library.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "ArduinoHttpClient",
|
||||
"keywords": "http, web, client, ethernet, wifi, GSM",
|
||||
"description": "ArduinoHttpClient is a library to make it easier to interact with web servers from Arduino",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/arduino-libraries/ArduinoHttpClient.git"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user