blob: c95c48249d004b5d3877c76eb9cf83f2c8ebf653 [file] [log] [blame]
{
"name": "VPNManager",
"version": "0.0.1",
"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/barbayrak/VPNManager",
"license": "MIT",
"authors": {
"Kaan Baris BAYRAK": "kaanbarisbayrak@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/barbayrak/VPNManager.git",
"tag": "1.0.0"
},
"source_files": [
"VPNManager",
"VPNManager/**/*.{h,m,c,swift}"
],
"public_header_files": "VPNManager/**/*.h",
"frameworks": [
"NetworkExtension",
"Foundation"
]
}