[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 3 / AVVPNService / 0.1.2 / AVVPNService.podspec.json
blobf66c7e0d1915108dc23b695ecf5c8b000c530f70
2   "name": "AVVPNService",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_versions": "5.0",
22   "source_files": "AVVPNService/Classes/**/*",
23   "swift_version": "5.0"