[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / c / 0 / TunnelKit / 1.3.0 / TunnelKit.podspec.json
blob4475b1a53ea7393b53373ff43c275832941e4633
2   "name": "TunnelKit",
3   "version": "1.3.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.3.0"
16   },
17   "swift_version": "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         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
30         "APPLICATION_EXTENSION_API_ONLY": "YES"
31       },
32       "dependencies": {
33         "SwiftyBeaver": [
35         ],
36         "OpenSSL-Apple": [
37           "~> 1.1.0h"
38         ]
39       }
40     },
41     {
42       "name": "AppExtension",
43       "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
44       "frameworks": "NetworkExtension",
45       "pod_target_xcconfig": {
46         "APPLICATION_EXTENSION_API_ONLY": "YES"
47       },
48       "dependencies": {
49         "TunnelKit/Core": [
51         ],
52         "SwiftyBeaver": [
54         ]
55       }
56     }
57   ]