[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 7 / c / 0 / TunnelKit / 1.4.1 / TunnelKit.podspec.json
blobfd6fed9e3d306bcc17a7085acb99de3bfdcebc5a
2   "name": "TunnelKit",
3   "version": "1.4.1",
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.4.1"
16   },
17   "swift_versions": "4.2",
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.11"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
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         "OTHER_LDFLAGS": "-framework openssl",
30         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
31         "APPLICATION_EXTENSION_API_ONLY": "YES"
32       },
33       "dependencies": {
34         "SwiftyBeaver": [
36         ],
37         "OpenSSL-Apple": [
38           "~> 1.1.0i.2"
39         ]
40       }
41     },
42     {
43       "name": "AppExtension",
44       "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
45       "frameworks": "NetworkExtension",
46       "pod_target_xcconfig": {
47         "APPLICATION_EXTENSION_API_ONLY": "YES"
48       },
49       "dependencies": {
50         "TunnelKit/Core": [
52         ],
53         "SwiftyBeaver": [
55         ]
56       }
57     }
58   ]