diff --git a/library.json b/library.json new file mode 100644 index 0000000..11da428 --- /dev/null +++ b/library.json @@ -0,0 +1,17 @@ +{ + "name": "Xively", + "keywords": "xively", + "description": "A library for Arduino to make it easier to talk to Xively", + "repository": + { + "type": "git", + "url": "https://github.com/xively/xively_arduino.git" + }, + "dependencies": + { + "name": "HttpClient", + "frameworks": "arduino" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}