Made the library compatible with platform.io (issue #181)

This commit is contained in:
Ivan Kravets
2015-12-22 23:43:44 +01:00
committed by Benoit Blanchon
parent b54f1ffc1d
commit c57e6f3bd8
5 changed files with 46 additions and 6 deletions

View File

@@ -2,16 +2,20 @@
"name": "Json",
"keywords": "json, rest, http, web",
"description": "An elegant and efficient JSON library for embedded systems",
"repository":
{
"repository": {
"type": "git",
"url": "https://github.com/bblanchon/ArduinoJson.git"
},
"authors":
{
"authors": {
"name": "Benoit Blanchon",
"url": "http://blog.benoitblanchon.fr"
},
"exclude": [
"scripts",
"src/ArduinoJson.h",
"test",
"third-party"
],
"frameworks": "arduino",
"platforms": "atmelavr"
}
"platforms": "*"
}