From a91bc81e0ec8786fdbe36a7c63326f2a882f0117 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 23 Oct 2014 23:39:41 +0300 Subject: [PATCH] PlatformIO Library Manger manifest file * This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/66/HttpClient * Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html) --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json 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" +}