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",
23 "swift_version": "5.0",
27 "source_files": "TunnelKit/Sources/Core/**/*.{h,m,swift}",
28 "private_header_files": "TunnelKit/Sources/Core/**/*.h",
29 "preserve_paths": "TunnelKit/Sources/Core/*.modulemap",
30 "pod_target_xcconfig": {
31 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
32 "APPLICATION_EXTENSION_API_ONLY": "YES"
42 "name": "AppExtension",
43 "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
44 "frameworks": "NetworkExtension",
45 "pod_target_xcconfig": {
46 "APPLICATION_EXTENSION_API_ONLY": "YES"
62 "source_files": "TunnelKit/Sources/Protocols/OpenVPN/**/*.{h,m,swift}",
63 "private_header_files": "TunnelKit/Sources/Protocols/OpenVPN/**/*.h",
64 "preserve_paths": "TunnelKit/Sources/Protocols/OpenVPN/*.modulemap",
65 "pod_target_xcconfig": {
66 "OTHER_LDFLAGS": "-framework openssl",
67 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
68 "APPLICATION_EXTENSION_API_ONLY": "YES"
77 "TunnelKit/AppExtension": [
90 "TunnelKit/Sources/Core/LZO.h",
91 "TunnelKit/Sources/Core/Errors.{h,m}",
92 "TunnelKit/Sources/Extra/LZO/*.{h,m}",
93 "TunnelKit/Sources/Extra/LZO/lib/*lzo*.{h,m,c}"
95 "private_header_files": [
96 "TunnelKit/Sources/Core/LZO.h",
97 "TunnelKit/Sources/Core/Errors.h",
98 "TunnelKit/Sources/Extra/LZO/*.h",
99 "TunnelKit/Sources/Extra/LZO/lib/*lzo*.h"
101 "pod_target_xcconfig": {
102 "APPLICATION_EXTENSION_API_ONLY": "YES"