46 lines
1.1 KiB
JSON

{
"name":"AsyncTCP_SSL",
"version": "1.3.1",
"keywords":"communication, async, tcp, ssl, tls, mbed, free-rtos",
"description":"Asynchronous SSL TCP Library for ESP32. This library is the base for future and more advanced Async SSL libraries, such as AsyncSSLWebServer, AsyncHTTPSRequest, etc",
"authors":
[
{
"name": "Hristo Gochkov",
"url": "https://github.com/me-no-dev"
},
{
"name": "Maarten Fremouw",
"url": "https://github.com/fremouw"
},
{
"name": "Thorsten von Eicken",
"url": "https://github.com/tve"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "khoih.prog@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/AsyncTCP_SSL.git"
},
"homepage": "https://github.com/khoih-prog/AsyncTCP_SSL",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"license": "LGPL-3.0",
"frameworks": "*",
"platforms": "espressif32",
"examples": "examples/*/*/*.ino",
"headers": ["AsyncTCP_SSL.h", "AsyncTCP_SSL.hpp"]
}