1
0
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:
Daniel Mack 2016-08-22 11:28:22 +02:00
parent dbf13c8aa7
commit 208005fec2

12
library.json Normal file
View 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": "*"
}