[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / 2 / PIALibrary / 1.1.2 / PIALibrary.podspec.json
blob777e149c07489974242a9756df218e7fec9dfb44
2   "name": "PIALibrary",
3   "version": "1.1.2",
4   "summary": "PIA client library 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/client-library-apple.git",
15     "tag": "v1.1.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": [
21     "Core",
22     "Library"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "PIALibrary/Sources/Core/**/*.swift"
28     },
29     {
30       "name": "Library",
31       "source_files": "PIALibrary/Sources/Library/**/*.swift",
32       "resources": "PIALibrary/Resources/Library/**/*",
33       "ios": {
34         "frameworks": "UIKit"
35       },
36       "dependencies": {
37         "PIALibrary/Core": [
39         ],
40         "PIALibrary/Util": [
42         ],
43         "Gloss": [
44           "~> 2"
45         ],
46         "Alamofire": [
47           "~> 4"
48         ],
49         "ReachabilitySwift": [
51         ],
52         "SwiftyBeaver": [
54         ]
55       }
56     },
57     {
58       "name": "VPN",
59       "source_files": "PIALibrary/Sources/VPN/*.swift",
60       "frameworks": "NetworkExtension",
61       "pod_target_xcconfig": {
62         "APPLICATION_EXTENSION_API_ONLY": "YES"
63       },
64       "dependencies": {
65         "PIATunnel": [
66           "~> 1.1.3"
67         ],
68         "PIALibrary/Library": [
70         ]
71       }
72     },
73     {
74       "name": "UI",
75       "source_files": "PIALibrary/Sources/UI/Shared/*.swift",
76       "resources": "PIALibrary/Resources/UI/Shared/**/*",
77       "dependencies": {
78         "PIALibrary/Library": [
80         ],
81         "SwiftyBeaver": [
83         ]
84       },
85       "ios": {
86         "source_files": "PIALibrary/Sources/UI/iOS/*.swift",
87         "resources": "PIALibrary/Resources/UI/iOS/**/*",
88         "dependencies": {
89           "TPKeyboardAvoiding": [
91           ]
92         }
93       }
94     },
95     {
96       "name": "Mock",
97       "source_files": "PIALibrary/Sources/Mock/*.swift",
98       "dependencies": {
99         "PIALibrary/Library": [
101         ]
102       }
103     },
104     {
105       "name": "Util",
106       "source_files": "PIALibrary/Sources/Util/*.{h,m,swift}",
107       "private_header_files": "PIALibrary/Sources/Util/*.h",
108       "ios": {
109         "source_files": "PIALibrary/Sources/Util/iOS/*.{h,m,swift}",
110         "private_header_files": "PIALibrary/Sources/Util/iOS/*.h",
111         "preserve_paths": "PIALibrary/Sources/Util/iOS/*.modulemap",
112         "pod_target_xcconfig": {
113           "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/PIALibrary/Sources/Util/iOS"
114         }
115       },
116       "dependencies": {
117         "PIALibrary/Core": [
119         ]
120       }
121     }
122   ]