[Add] RiveRuntime 6.5.1
[CocoaPods.git] / Specs / 2 / b / 3 / AVVPNService / 0.1.1 / AVVPNService.podspec.json
blob579df283ea71e7ed2e3777523311f5785cc3b5a5
2   "name": "AVVPNService",
3   "version": "0.1.1",
4   "summary": "AVVPNService simplifies the setup of the VPN (IPSec or IKEv2)",
5   "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.",
6   "homepage": "https://github.com/AndreVasilev/AVVPNService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Vasilev": "ao.vasilev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AndreVasilev/AVVPNService.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_versions": "5.0",
22   "source_files": "AVVPNService/Classes/**/*",
23   "swift_version": "5.0"