blob: 579df283ea71e7ed2e3777523311f5785cc3b5a5 [file] [log] [blame]
{
"name": "AVVPNService",
"version": "0.1.1",
"summary": "AVVPNService simplifies the setup of the VPN (IPSec or IKEv2)",
"description": "AVVPNService simplifies the setup of the VPN.\nJust initialize Credentials struct and call connect method.\nYou can observe NEVPNStatus be setting the delegate or subscribing NEVPNStatusDidChange notification.",
"homepage": "https://github.com/AndreVasilev/AVVPNService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Vasilev": "ao.vasilev@gmail.com"
},
"source": {
"git": "https://github.com/AndreVasilev/AVVPNService.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.0",
"source_files": "AVVPNService/Classes/**/*",
"swift_version": "5.0"
}