소스 검색

PlatformIO-based manifest file

Web: http://platformio.ikravets.com/#!/lib/show/Arduino-Json
Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html
Ivan Kravets 11 년 전
부모
커밋
dbe6f89ed8
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      library.json

+ 15 - 0
library.json

@@ -0,0 +1,15 @@
+{
+  "name": "Arduino-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"
+  },
+  "author":
+  {
+    "name": "Benoit Blanchon",
+    "url": "http://blog.benoitblanchon.fr"
+  }  
+}