Skip to content

Commit 208005f

Browse files
committed
Add library.json for PlatformIO integration
See http://docs.platformio.org/en/stable/librarymanager/creating.html
1 parent dbf13c8 commit 208005f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

library.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "ArduinoHttpClient",
3+
"keywords": "http, web, client, ethernet, wifi, GSM",
4+
"description": "ArduinoHttpClient is a library to make it easier to interact with web servers from Arduino",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/arduino-libraries/ArduinoHttpClient.git"
9+
},
10+
"frameworks": "arduino",
11+
"platforms": "*"
12+
}

0 commit comments

Comments
 (0)