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