Quellcode durchsuchen

Avoid trademark issues with library name

Added frameworks and platforms fields
Updated Library Registry: http://platformio.ikravets.com/#!/lib/show/64/Json
Ivan Kravets vor 11 Jahren
Ursprung
Commit
d38cbd374a
1 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. 5 3
      library.json

+ 5 - 3
library.json

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