[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / c / PIATunnel / 1.1.6 / PIATunnel.podspec.json
blobcfc5dd535e5c4a5af827f2a1588bf803c1f90a10
2   "name": "PIATunnel",
3   "version": "1.1.6",
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.6"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "PIATunnel/Sources/Core/**/*.{h,m,swift}",
25       "private_header_files": "PIATunnel/Sources/Core/**/*.h",
26       "preserve_paths": "PIATunnel/Sources/Core/*.modulemap",
27       "pod_target_xcconfig": {
28         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/PIATunnel/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": "PIATunnel/Sources/AppExtension/**/*.swift",
43       "resources": "PIATunnel/Resources/AppExtension/**/*",
44       "frameworks": "NetworkExtension",
45       "pod_target_xcconfig": {
46         "APPLICATION_EXTENSION_API_ONLY": "YES"
47       },
48       "dependencies": {
49         "PIATunnel/Core": [
51         ],
52         "SwiftyBeaver": [
54         ]
55       }
56     }
57   ]