Avoid trademark issues with library name

Added authors, frameworks and platforms fields

Updated Library Registry: http://platformio.ikravets.com/#!/lib/show/59/USB-Host-Shield-20
This commit is contained in:
Ivan Kravets 2014-10-23 19:08:04 +03:00
parent 58a143b9fb
commit 65e85678c0

View file

@ -1,7 +1,29 @@
{ {
"name": "Arduino-USBHostShield20", "name": "USB-Host-Shield-20",
"keywords": "usb, hid", "keywords": "usb, hid",
"description": "Revision 2.0 of MAX3421E-based USB Host Shield Library for AVR's", "description": "Revision 2.0 of MAX3421E-based USB Host Shield Library",
"authors":
[
{
"name": "Oleg Mazurov",
"email": "mazurov@circuitsathome.com",
"url": "http://www.circuitsathome.com",
"maintainer": true
},
{
"name": "Alexei Glushchenko",
"email": "alex-gl@mail.ru"
},
{
"name": "Kristian Lauszus",
"email": "kristianl@tkjelectronics.com",
"url": "http://tkjelectronics.com"
},
{
"name": "Andrew Kroll",
"email": "xxxajk@gmail.com"
}
],
"repository": "repository":
{ {
"type": "git", "type": "git",
@ -11,5 +33,7 @@
[ [
"examples/*/*.ino", "examples/*/*.ino",
"examples/*/*/*.ino" "examples/*/*/*.ino"
] ],
"frameworks": "arduino",
"platforms": "atmelavr"
} }