Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "SSLClient",
"version": "1.3.2",
"repository":
{
"repository": {
"type": "git",
"url": "https://github.com/govorox/SSLClient.git"
},
"description": "Provides secure network connection over a generic Arduino Client trasport object. The library can help to establish a TLS or SSL connection to a remote server via TinyGsmClient.",
"keywords": "SSL,TLS,GSM,Arduino,Client,TinyGsmClient,mbedtls",
"license": "GPL-3.0-or-later",
"frameworks": "arduino",
"platforms": "esp32",
"authors":
[
"platforms": [
"esp32",
"espressif32"
],
"authors": [
{
"name": "V Govorovski",
"maintainer": true
Expand All @@ -22,4 +23,4 @@
"maintainer": true
}
]
}
}
Loading