forked from Yurik72/ESPHap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
36 lines (35 loc) · 811 Bytes
/
library.json
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
31
32
33
34
35
36
{
"name": "ESPHap",
"description": "Native support Apple HomeKit protocol with Arduino projects",
"keywords": "Apple HomeKit native ESP32/ESP8266",
"authors": [
{
"name": "Yurik72",
"url": "https://github.com/Yurik72",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/Yurik72/ESPHap"
},
"version": "1.0.3",
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif32",
"examples": "examples/*/*.ino",
"export": {
"exclude": [
"docs",
"extras"
]
},
"build": {
"srcFilter": [
"+<*.c>",
"+<*.cpp>",
"+<*.h>"
],
"libArchive": false
}
}