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": "4.2",
25 "source_files": "TunnelKit/Sources/Core/**/*.{h,m,swift}",
26 "private_header_files": "TunnelKit/Sources/Core/**/*.h",
27 "preserve_paths": "TunnelKit/Sources/Core/*.modulemap",
28 "pod_target_xcconfig": {
29 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
30 "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"