Add meta-info files

This commit is contained in:
Volodymyr Shymanskyy
2016-12-01 14:10:01 +02:00
parent 5c2767684d
commit b28a4524f9
5 changed files with 93 additions and 25 deletions

24
library.json Normal file
View 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"
}