[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 8 / c / 0 / OpenVPNXor / 1.5 / OpenVPNXor.podspec.json
blob20ce71b77ae3f70a8979476ce4986bc117fbe1f5
2   "name": "OpenVPNXor",
3   "version": "1.5",
4   "summary": "Library for simple connection via OpenVPN protocol with Xor patch.",
5   "description": "OpenVPNXor is a library that allows to configure and establish VPN connection using OpenVPN protocol easily. It is based on the original openvpn3 library so it has every feature the library has.\nThe library is designed to use in conjunction with NetworkExtension framework and doesn't use any private Apple API. Compatible with iOS and macOS and also Swift friendly.",
6   "homepage": "https://github.com/FuturraGroup/OpenVPNXor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Zhuravel": "sergey.zhuravel@icloud.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "http": "https://github.com/FuturraGroup/OpenVPNXor/raw/main/releases/1.5/OpenVPNXor.framework.zip"
19   },
20   "ios": {
21     "vendored_frameworks": "OpenVPNXor.framework"
22   },
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   }