[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / c / 0 / TunnelKit / 1.6.2 / TunnelKit.podspec.json
blob8833c0535a0f3857a167d4c8ab073e4993c50261
2   "name": "TunnelKit",
3   "version": "1.6.2",
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.6.2"
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.0i.2"
43         ]
44       }
45     },
46     {
47       "name": "AppExtension",
48       "source_files": "TunnelKit/Sources/AppExtension/**/*.swift",
49       "frameworks": "NetworkExtension",
50       "pod_target_xcconfig": {
51         "APPLICATION_EXTENSION_API_ONLY": "YES"
52       },
53       "dependencies": {
54         "TunnelKit/Core": [
56         ],
57         "SwiftyBeaver": [
59         ]
60       }
61     },
62     {
63       "name": "LZO",
64       "source_files": [
65         "TunnelKit/Sources/Core/LZO.h",
66         "TunnelKit/Sources/Core/Errors.{h,m}",
67         "TunnelKit/Sources/LZO/**/*lzo*.{h,m,c}"
68       ],
69       "private_header_files": [
70         "TunnelKit/Sources/Core/LZO.h",
71         "TunnelKit/Sources/LZO/lib/*lzo*.h"
72       ],
73       "pod_target_xcconfig": {
74         "APPLICATION_EXTENSION_API_ONLY": "YES"
75       }
76     }
77   ]