diff --git a/library.json b/library.json index d8cd523..d10650e 100644 --- a/library.json +++ b/library.json @@ -1,24 +1,27 @@ { - "name": "IRremote", - "keywords": "infrared, ir, remote", - "description": "Send and receive infrared signals with multiple protocols", - "repository": - { - "type": "git", - "url": "https://github.com/z3t0/Arduino-IRremote.git" - }, - "version": "2.3.3", - "frameworks": "arduino", - "platforms": "atmelavr", - "authors" : - [ - { - "name":"Rafi Khan", - "email":"zetoslab@gmail.com" - }, - { - "name":"Ken Shirriff", - "email":"ken.shirriff@gmail.com" - } - ] + "name": "IRremote", + "keywords": "infrared, ir, remote", + "description": "Send and receive infrared signals with multiple protocols", + "repository": + { + "type": "git", + "url": "https://github.com/z3t0/Arduino-IRremote.git" + }, + "license": "LGPL-2.1", + "version": "3.0.0", + "frameworks": "arduino", + "platforms": "atmelavr", + "authors" : + [ + { + "name":"Rafi Khan", + "email":"zetoslab@gmail.com", + "url":"https://z3t0.github.io", + "maintainer": true + }, + { + "name":"Ken Shirriff", + "email":"ken.shirriff@gmail.com" + } + ] } diff --git a/library.properties b/library.properties index 39fd814..7fa0545 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=IRremote version=2.2.3 -author=shirriff -maintainer=shirriff +author= Rafi Khan, Shirriff +maintainer=Rafi Khan sentence=Send and receive infrared signals with multiple protocols -paragraph=Send and receive infrared signals with multiple protocols +paragraph=has extensive support for many different platforms category=Signal Input/Output -url=https://github.com/shirriff/Arduino-IRremote.git +url=http://z3t0.github.io/Arduino-IRremote/ architectures=*