[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 4 / c / PIATunnel / 1.1.3 / PIATunnel.podspec.json
blobd12179c251b025a4fd4d5e670a7b10da08e74b8f
2   "name": "PIATunnel",
3   "version": "1.1.3",
4   "summary": "PIA tunnel implementation in Swift.",
5   "homepage": "https://www.privateinternetaccess.com/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Davide De Rosa": "davide@londontrustmedia.com"
12   },
13   "source": {
14     "git": "https://github.com/pia-foss/tunnel-apple.git",
15     "tag": "v1.1.3"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "PIATunnel/Sources/Core/*.{h,m,swift}",
24       "private_header_files": "PIATunnel/Sources/Core/*.h",
25       "preserve_paths": "PIATunnel/Sources/Core/*.modulemap",
26       "pod_target_xcconfig": {
27         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/PIATunnel/Sources/Core",
28         "APPLICATION_EXTENSION_API_ONLY": "YES"
29       },
30       "dependencies": {
31         "SwiftyBeaver": [
33         ],
34         "OpenSSL-Apple": [
35           "~> 1.1.0h"
36         ]
37       }
38     },
39     {
40       "name": "AppExtension",
41       "source_files": "PIATunnel/Sources/AppExtension/**/*.swift",
42       "resources": "PIATunnel/Resources/AppExtension/**/*",
43       "frameworks": "NetworkExtension",
44       "pod_target_xcconfig": {
45         "APPLICATION_EXTENSION_API_ONLY": "YES"
46       },
47       "dependencies": {
48         "PIATunnel/Core": [
50         ],
51         "SwiftyBeaver": [
53         ]
54       }
55     }
56   ]