Tasmota/lib/lib_ssl/tls_mini/library.json

17 lines
410 B
JSON
Raw Normal View History

2021-05-04 18:28:51 +01:00
{
"name": "TLS mini client derived from Arduino",
"version": "1.0",
"description": "TLS mini client derived from Arduino",
"license": "MIT",
"homepage": "https://github.com/arendst/Tasmota",
2021-12-20 20:05:00 +00:00
"frameworks": "arduino",
"platforms": "espressif32, espressif8266",
2021-05-04 18:28:51 +01:00
"authors":
{
"name": "Stephan Hadinger",
"maintainer": true
},
"build": {
"flags": [ "-I$PROJECT_DIR/include" ]
}
}