Add meta-info files
This commit is contained in:
24
library.json
Normal file
24
library.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "TinyGSM",
|
||||
"version": "0.1.0",
|
||||
"description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules, that work over AT command interface: SIM800, SIM800L, SIM900",
|
||||
"keywords": "GSM, SIM800, SIM800L, SIM900, AT commands, AT",
|
||||
"authors":
|
||||
{
|
||||
"name": "Volodymyr Shymanskyy",
|
||||
"url": "https://github.com/vshymanskyy",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/vshymanskyy/TinyGSM.git"
|
||||
},
|
||||
"homepage": "https://github.com/vshymanskyy/TinyGSM",
|
||||
"export": {
|
||||
"exclude": [ "extras", "tools" ]
|
||||
},
|
||||
"frameworks": [ "arduino", "energia", "wiringpi" ],
|
||||
"platforms": "*",
|
||||
"examples": "examples/*/*.ino"
|
||||
}
|
||||
Reference in New Issue
Block a user