[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 4 / e / c / WireGuardKit / 0.3 / WireGuardKit.podspec.json
blob8cb337bc462e78679464130ccf72c03e18c107b0
2   "name": "WireGuardKit",
3   "version": "0.3",
4   "summary": "WireGuard for iOS and macOS",
5   "description": "This project contains an application for iOS and for macOS, as well as many components shared between the two of them.\nYou may toggle between the two platforms by selecting the target from within Xcode.",
6   "homepage": "https://mysterium.network",
7   "license": {
8     "type": "MIT",
9     "file": "COPYING"
10   },
11   "authors": "Mysterium Network",
12   "platforms": {
13     "ios": "15.0",
14     "osx": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/mysteriumnetwork/wireguard-apple.git",
18     "tag": "0.3"
19   },
20   "prepare_command": "./build-libwg.sh",
21   "vendored_frameworks": "Frameworks/wg-go.xcframework",
22   "swift_versions": "5.7",
23   "source_files": [
24     "Sources/WireGuardKitC/**/*.{c,h}",
25     "Sources/WireGuardKit/**/*.{swift}",
26     "Sources/Shared/**/*.{c,h,swift}",
27     "Sources/WireGuardKitGo/wireguard.h",
28     "Sources/WireGuardNetworkExtension/**/*.{c,h,swift}"
29   ],
30   "exclude_files": [
31     "Sources/Shared/**/test*.*",
32     "Sources/WireGuardKitGo/out/**"
33   ],
34   "preserve_paths": [
35     "Sources/WireGuardKitC/module.modulemap"
36   ],
37   "pod_target_xcconfig": {
38     "SWIFT_INCLUDE_PATHS": [
39       "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKitC/**",
40       "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKit/**",
41       "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKitGo/wireguard.h",
42       "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/Shared/**/*",
43       "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardNetworkExtension/**/*"
44     ],
45     "HEADER_SEARCH_PATHS": [
46       "${PODS_TARGET_SRCROOT}/WireGuardKit/Sources/WireGuardKitGo/wireguard.h"
47     ],
48     "APPLICATION_EXTENSION_API_ONLY": "YES"
49   },
50   "swift_version": "5.7"