Avoid trademark issues with library name

Added frameworks and platforms fields
This commit is contained in:
Ivan Kravets
2014-10-20 11:41:09 +03:00
parent b54ed9bbd2
commit 7398213165

View File

@@ -1,10 +1,12 @@
{ {
"name": "Arduino-IRremote", "name": "IRremote",
"keywords": "infrared, ir, remote", "keywords": "infrared, ir, remote",
"description": "Send and receive infrared signals with multiple protocols", "description": "Send and receive infrared signals with multiple protocols",
"repository": "repository":
{ {
"type": "git", "type": "git",
"url": "https://github.com/shirriff/Arduino-IRremote.git" "url": "https://github.com/shirriff/Arduino-IRremote.git"
} },
"frameworks": "arduino",
"platforms": "atmelavr"
} }