[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 0 / TunnelKit / 1.7.0 / TunnelKit.podspec.json
blob9edab45e999a9044ad5f0bfdf3ad012a2cf400ac
2   "name": "TunnelKit",
3   "version": "1.7.0",
4   "summary": "Non-official OpenVPN client for Apple platforms.",
5   "homepage": "https://github.com/keeshux/tunnelkit",
6   "license": {
7     "type": "GPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Davide De Rosa": "keeshux@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/keeshux/tunnelkit.git",
15     "tag": "v1.7.0"
16   },
17   "swift_version": "5.0",
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.11"
21   },
22   "default_subspecs": [
23     "Core",
24     "AppExtension"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
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"
36       },
37       "dependencies": {
38         "SwiftyBeaver": [
40         ],
41         "OpenSSL-Apple": [
42           "~> 1.1.0j.2"
43         ]
44       },
45       "libraries": "resolv"
46     },
47     {
48       "name": "AppExtension",
49       "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
50       "frameworks": "NetworkExtension",
51       "pod_target_xcconfig": {
52         "APPLICATION_EXTENSION_API_ONLY": "YES"
53       },
54       "dependencies": {
55         "TunnelKit/Core": [
57         ],
58         "SwiftyBeaver": [
60         ]
61       }
62     },
63     {
64       "name": "LZO",
65       "source_files": [
66         "TunnelKit/Sources/Core/LZO.h",
67         "TunnelKit/Sources/Core/Errors.{h,m}",
68         "TunnelKit/Sources/LZO/**/*lzo*.{h,m,c}"
69       ],
70       "private_header_files": [
71         "TunnelKit/Sources/Core/LZO.h",
72         "TunnelKit/Sources/LZO/lib/*lzo*.h"
73       ],
74       "pod_target_xcconfig": {
75         "APPLICATION_EXTENSION_API_ONLY": "YES"
76       }
77     }
78   ]