diff --git a/library.json b/library.json index 9b74a18..96917e1 100644 --- a/library.json +++ b/library.json @@ -1,10 +1,13 @@ { - "name": "Arduino-MFRC522", + "name": "MFRC522", "keywords": "rfid, spi", - "description": "Read a card using a MFRC522 reader on your SPI interface on your Arduino", + "description": "Read a card using a MFRC522 reader on your SPI interface", "repository": { "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" - } + }, + "exclude": "doc", + "frameworks": "arduino", + "platforms": "atmelavr" }