minhtri1396 / gsc-mbed

This library is used for Embedded system to create a connection which connects to Goldeneye Hubs system.
0 stars 0 forks source link

library.json manifest #1

Open ivankravets opened 5 years ago

ivankravets commented 5 years ago

Someone submitted a manifest for this repo. As I understand, there are 2 libraries here. See http://docs.platformio.org/en/latest/librarymanager/creating.html

I recommend having different library.json manifest per each library and use export->include field . http://docs.platformio.org/en/latest/librarymanager/config.html#include

{
    "name": "GSCMBedLib",
    "keywords": "gsc, gelib, goldeneye, technologies, ge",
    "description": "Library is used for microcontroller ESP with Arduino framework to connect to Goldeneye Hubs System.",
    "repository":
    {
        "type": "git",
        "url": "https://github.com/minhtri1396/gsc-mbed.git"
    },
    "authors":
    [
        {
            "name": "Tri Dao",
            "email": "minhtri1396@gmail.com",
            "url": "https://www.facebook.com/dmt1396",
            "maintainer": true
        }
    ],
    "dependencies":
    {
        "name": "ArduinoJson",
        "authors": "Benoit Blanchon",
        "frameworks": "arduino"
    },
    "version": "2.0.0",
    "frameworks": "arduino",
    "platforms": ["espressif32", "espressif8266"]
}
minhtri1396 commented 5 years ago

Hi @ivankravets, I moved this project to another GitHub and also updated the library.json manifest, please help me check again, thanks ^^