4 "summary": "Non-official OpenVPN client for Apple platforms.",
5 "homepage": "https://github.com/passepartoutvpn/tunnelkit",
11 "Davide De Rosa": "keeshux@gmail.com"
14 "git": "https://github.com/passepartoutvpn/tunnelkit.git",
17 "swift_versions": "5.0",
22 "default_subspecs": "Protocols/OpenVPN",
26 "source_files": "TunnelKit/Sources/Core/**/*.{h,m,swift}",
27 "private_header_files": "TunnelKit/Sources/Core/**/*.h",
28 "preserve_paths": "TunnelKit/Sources/Core/*.modulemap",
29 "pod_target_xcconfig": {
30 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
31 "APPLICATION_EXTENSION_API_ONLY": "YES"
41 "name": "AppExtension",
42 "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
43 "frameworks": "NetworkExtension",
44 "pod_target_xcconfig": {
45 "APPLICATION_EXTENSION_API_ONLY": "YES"
61 "source_files": "TunnelKit/Sources/Protocols/OpenVPN/**/*.{h,m,swift}",
62 "private_header_files": "TunnelKit/Sources/Protocols/OpenVPN/**/*.h",
63 "preserve_paths": "TunnelKit/Sources/Protocols/OpenVPN/*.modulemap",
64 "pod_target_xcconfig": {
65 "OTHER_LDFLAGS": "-framework openssl",
66 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
67 "APPLICATION_EXTENSION_API_ONLY": "YES"
76 "TunnelKit/AppExtension": [
89 "TunnelKit/Sources/Core/LZO.h",
90 "TunnelKit/Sources/Core/Errors.{h,m}",
91 "TunnelKit/Sources/Extra/LZO/*.{h,m}",
92 "TunnelKit/Sources/Extra/LZO/lib/*lzo*.{h,m,c}"
94 "private_header_files": [
95 "TunnelKit/Sources/Core/LZO.h",
96 "TunnelKit/Sources/Core/Errors.h",
97 "TunnelKit/Sources/Extra/LZO/*.h",
98 "TunnelKit/Sources/Extra/LZO/lib/*lzo*.h"
100 "pod_target_xcconfig": {
101 "APPLICATION_EXTENSION_API_ONLY": "YES"
107 "swift_version": "5.0"