File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments