From 7398213165ed839a17e7e03f8732c9ebfb98297a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 20 Oct 2014 11:41:09 +0300 Subject: [PATCH] Avoid trademark issues with library name Added frameworks and platforms fields --- library.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 2edf145..3a29ecd 100644 --- a/library.json +++ b/library.json @@ -1,10 +1,12 @@ { - "name": "Arduino-IRremote", + "name": "IRremote", "keywords": "infrared, ir, remote", "description": "Send and receive infrared signals with multiple protocols", "repository": { "type": "git", "url": "https://github.com/shirriff/Arduino-IRremote.git" - } + }, + "frameworks": "arduino", + "platforms": "atmelavr" }