[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 4 / c / PIATunnel / 1.1.1 / PIATunnel.podspec.json
blob218cd6bc62bbdf00dfab1ca22a0901d2c7f903e5
2   "name": "PIATunnel",
3   "version": "1.1.1",
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.1"
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         "SBObjectiveCWrapper": [
36         ],
37         "OpenSSL-Apple": [
38           "~> 1.1.0h"
39         ]
40       }
41     },
42     {
43       "name": "AppExtension",
44       "source_files": "PIATunnel/Sources/AppExtension/**/*.swift",
45       "resources": "PIATunnel/Resources/AppExtension/**/*",
46       "frameworks": "NetworkExtension",
47       "pod_target_xcconfig": {
48         "APPLICATION_EXTENSION_API_ONLY": "YES"
49       },
50       "dependencies": {
51         "PIATunnel/Core": [
53         ],
54         "SwiftyBeaver": [
56         ]
57       }
58     }
59   ]