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_version": "5.0",
29 "source_files": "TunnelKit/Sources/Core/**/*.{h,m,swift}",
30 "private_header_files": "TunnelKit/Sources/Core/**/*.h",
31 "preserve_paths": "TunnelKit/Sources/Core/*.modulemap",
32 "pod_target_xcconfig": {
33 "OTHER_LDFLAGS": "-framework openssl",
34 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
35 "APPLICATION_EXTENSION_API_ONLY": "YES"
48 "name": "AppExtension",
49 "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
50 "frameworks": "NetworkExtension",
51 "pod_target_xcconfig": {
52 "APPLICATION_EXTENSION_API_ONLY": "YES"
66 "TunnelKit/Sources/Core/LZO.h",
67 "TunnelKit/Sources/Core/Errors.{h,m}",
68 "TunnelKit/Sources/LZO/**/*lzo*.{h,m,c}"
70 "private_header_files": [
71 "TunnelKit/Sources/Core/LZO.h",
72 "TunnelKit/Sources/LZO/lib/*lzo*.h"
74 "pod_target_xcconfig": {
75 "APPLICATION_EXTENSION_API_ONLY": "YES"