Added PlatformIO manifest file

This commit is contained in:
Benoit Blanchon
2014-11-11 18:09:58 +01:00
parent 06909c451f
commit 160ff0961e

17
library.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "Json",
"keywords": "json, rest, http, web",
"description": "An elegant and efficient JSON library for embedded systems",
"repository":
{
"type": "git",
"url": "https://github.com/bblanchon/ArduinoJson.git"
},
"authors":
{
"name": "Benoit Blanchon",
"url": "http://blog.benoitblanchon.fr"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}