4 "summary": "Non-official OpenVPN client for Apple platforms.",
5 "homepage": "https://github.com/keeshux/tunnelkit",
11 "Davide De Rosa": "keeshux@gmail.com"
14 "git": "https://github.com/keeshux/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"
47 "name": "AppExtension",
48 "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
49 "frameworks": "NetworkExtension",
50 "pod_target_xcconfig": {
51 "APPLICATION_EXTENSION_API_ONLY": "YES"
65 "TunnelKit/Sources/Core/LZO.h",
66 "TunnelKit/Sources/Core/Errors.{h,m}",
67 "TunnelKit/Sources/LZO/**/*lzo*.{h,m,c}"
69 "private_header_files": [
70 "TunnelKit/Sources/Core/LZO.h",
71 "TunnelKit/Sources/LZO/lib/*lzo*.h"
73 "pod_target_xcconfig": {
74 "APPLICATION_EXTENSION_API_ONLY": "YES"