WireGuardKit: Add swift package scaffolding

Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
Andrej Mihajlov
2020-11-02 14:40:24 +01:00
parent 737f847c0d
commit 57f66f16f8
6 changed files with 49 additions and 0 deletions
@@ -0,0 +1,5 @@
module libwg_go {
umbrella header "include/libwg_go.h"
link "wg-go"
export *
}