blob: 7459fa8817dd45a38706dd3287764ae3422b1f24 [file] [log] [blame]
{
"name": "BetterVPNManager",
"version": "1.0.0",
"summary": "VPN Connection manager for IKEV2 and IPSec protocols",
"description": "VPN Manager for IKEV2 and IPSec protocols . You can connect your VPN servers using this manager for iOS",
"homepage": "https://github.com/anonrig/VPNManager",
"license": "MIT",
"authors": {
"Yagiz Nizipli": "yagiznizipli@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/anonrig/VPNManager.git",
"tag": "1.0.0"
},
"source_files": [
"VPNManager",
"VPNManager/**/*.{h,m,c,swift}"
],
"public_header_files": "VPNManager/**/*.h",
"frameworks": [
"NetworkExtension",
"Foundation"
]
}