2 "name": "AmneziaWireGuardApple",
4 "summary": "Amnezia WireGuard for iOS and macOS",
5 "description": "This project is a fork of WireGuard for iOS and macOS, with customizations for Amnezia VPN.\nIt contains components shared between platforms and additional custom functionality.",
6 "homepage": "https://github.com/cybergrom/amneziawg-apple",
12 "CyberGrom": "cybergrom@example.com"
19 "git": "https://github.com/cybergrom/amneziawg-apple.git",
22 "vendored_frameworks": "Frameworks/wg-go.xcframework",
23 "swift_versions": "5.7",
25 "Sources/WireGuardKitC/**/*.{c,h}",
26 "Sources/WireGuardKit/**/*.{swift}",
27 "Sources/Shared/**/*.{c,h,swift}",
28 "Sources/WireGuardKitGo/wireguard.h",
29 "Sources/WireGuardNetworkExtension/**/*.{c,h,swift}"
32 "Sources/Shared/**/test*.*",
33 "Sources/WireGuardKitGo/out/**"
36 "Sources/WireGuardKitC/module.modulemap"
38 "pod_target_xcconfig": {
39 "SWIFT_INCLUDE_PATHS": [
40 "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKitC/**",
41 "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKit/**",
42 "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKitGo/wireguard.h",
43 "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/Shared/**/*",
44 "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardNetworkExtension/**/*"
46 "HEADER_SEARCH_PATHS": [
47 "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKitGo/wireguard.h"
49 "APPLICATION_EXTENSION_API_ONLY": "YES"
51 "swift_version": "5.7"