From 208005fec244dd0f5dcdb8f4f9c2c48b124b2dfd Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 22 Aug 2016 11:28:22 +0200 Subject: [PATCH] Add library.json for PlatformIO integration See http://docs.platformio.org/en/stable/librarymanager/creating.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..bc5e6f2 --- /dev/null +++ b/library.json @@ -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": "*" +}