[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / c / 0 / TunnelKit / 1.0.0 / TunnelKit.podspec.json
blob1f9ebb7ea131e1d6a7e964c0b54ddf85abae9d64
2   "name": "TunnelKit",
3   "version": "1.0.0",
4   "summary": "VPN framework 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.0.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
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"
30       },
31       "dependencies": {
32         "SwiftyBeaver": [
34         ],
35         "OpenSSL-Apple": [
36           "~> 1.1.0h"
37         ]
38       }
39     },
40     {
41       "name": "AppExtension",
42       "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
43       "frameworks": "NetworkExtension",
44       "pod_target_xcconfig": {
45         "APPLICATION_EXTENSION_API_ONLY": "YES"
46       },
47       "dependencies": {
48         "TunnelKit/Core": [
50         ],
51         "SwiftyBeaver": [
53         ]
54       }
55     }
56   ]