Skip to content

Commit aec8cdb

Browse files
committed
chore: add PlatformIO library manifest
1 parent 48bd157 commit aec8cdb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

library.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "ESP32 HomeKit Arduino SDK",
3+
"version": "1.0.0",
4+
"description": " Arduino wrapper for ESP-IDF HomeKit library.",
5+
"keywords": "homekit",
6+
"repository":
7+
{
8+
"type": "git",
9+
"url": "https://github.com/Brawrdon/esp-homekit-arduino-sdk.git"
10+
},
11+
"authors":
12+
[
13+
{
14+
"name": "Brawrdon",
15+
"url": "https://brawrdon.com",
16+
"maintainer": true
17+
}
18+
],
19+
"license": "MIT",
20+
"frameworks": "arduino",
21+
"platforms": "espressif32",
22+
"build": {
23+
"flags": [
24+
"-Iinclude",
25+
"-Llib",
26+
"-llibesp_hap_apple_profiles",
27+
"-llibesp_hap_core",
28+
"-llibesp_hap_extras",
29+
"-llibesp_hap_platform",
30+
"-llibhkdf-sha",
31+
"-llibjson_generator",
32+
"-llibjson_parser",
33+
"-llibmu_srp"
34+
]
35+
}
36+
}

0 commit comments

Comments
 (0)