[Add] Trainman_SDK 0.4.7
[CocoaPods.git] / Specs / e / f / 5 / AmneziaWireGuardApple / 1.0.0 / AmneziaWireGuardApple.podspec.json
blobc20f51625834ceebdaa988712e054572c2d12c46
2   "name": "AmneziaWireGuardApple",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "COPYING"
10   },
11   "authors": {
12     "CyberGrom": "cybergrom@example.com"
13   },
14   "platforms": {
15     "ios": "15.0",
16     "osx": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/cybergrom/amneziawg-apple.git",
20     "tag": "1.0.0"
21   },
22   "vendored_frameworks": "Frameworks/wg-go.xcframework",
23   "swift_versions": "5.7",
24   "source_files": [
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}"
30   ],
31   "exclude_files": [
32     "Sources/Shared/**/test*.*",
33     "Sources/WireGuardKitGo/out/**"
34   ],
35   "preserve_paths": [
36     "Sources/WireGuardKitC/module.modulemap"
37   ],
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/**/*"
45     ],
46     "HEADER_SEARCH_PATHS": [
47       "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKitGo/wireguard.h"
48     ],
49     "APPLICATION_EXTENSION_API_ONLY": "YES"
50   },
51   "swift_version": "5.7"