4 "summary": "Non-official OpenVPN client for Apple platforms.",
5 "homepage": "https://github.com/passepartoutvpn/tunnelkit",
11 "Davide De Rosa": "me@davidederosa.com"
14 "git": "https://github.com/passepartoutvpn/tunnelkit.git",
17 "swift_versions": "5.1",
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"
58 "source_files": "TunnelKit/Sources/Manager/**/*.swift",
59 "frameworks": "NetworkExtension",
71 "source_files": "TunnelKit/Sources/Protocols/OpenVPN/**/*.{h,m,swift}",
72 "private_header_files": "TunnelKit/Sources/Protocols/OpenVPN/**/*.h",
73 "preserve_paths": "TunnelKit/Sources/Protocols/OpenVPN/*.modulemap",
74 "pod_target_xcconfig": {
75 "OTHER_LDFLAGS": "-framework openssl",
76 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
77 "APPLICATION_EXTENSION_API_ONLY": "YES"
86 "TunnelKit/AppExtension": [
89 "TunnelKit/Manager": [
102 "TunnelKit/Sources/Core/LZO.h",
103 "TunnelKit/Sources/Core/Errors.{h,m}",
104 "TunnelKit/Sources/Extra/LZO/*.{h,m}",
105 "TunnelKit/Sources/Extra/LZO/lib/*lzo*.{h,m,c}"
107 "private_header_files": [
108 "TunnelKit/Sources/Core/LZO.h",
109 "TunnelKit/Sources/Core/Errors.h",
110 "TunnelKit/Sources/Extra/LZO/*.h",
111 "TunnelKit/Sources/Extra/LZO/lib/*lzo*.h"
113 "pod_target_xcconfig": {
114 "APPLICATION_EXTENSION_API_ONLY": "YES"
120 "swift_version": "5.1"