-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathlibrary.json
More file actions
30 lines (30 loc) · 821 Bytes
/
library.json
File metadata and controls
30 lines (30 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "ArduinoBleOTA",
"version": "2.0.9",
"description": "Bluetooth low energy (BLE) library for uploads",
"keywords": "BLE, OTA, bluetooth, upload, update",
"repository":
{
"type": "git",
"url": "https://github.com/vovagorodok/ArduinoBleOTA"
},
"authors":
[
{
"name": "vovagorodok",
"email": "vovagorodok2@gmail.com",
"url": "https://github.com/vovagorodok",
"maintainer": true
},
{
"name": "dkwach",
"email": "dawid.kwach@gmail.com",
"url": "https://github.com/dkwach"
}
],
"license": "MIT",
"homepage": "https://github.com/vovagorodok/ArduinoBleOTA",
"headers": ["ArduinoBleOTA.h", "ArduinoBleOtaMultiservice.h"],
"frameworks": "arduino",
"platforms": ["*"]
}