diff --git a/library.json b/library.json new file mode 100644 index 0000000..69c8f25 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "HttpClient", + "keywords": "http, web, client, ethernet", + "description": "HttpClient is a library to make it easier to interact with web servers", + "repository": + { + "type": "git", + "url": "https://github.com/amcewen/HttpClient.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}