[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / e / 8 / CoreVPN / 1.0.1 / CoreVPN.podspec.json
blobf16fb0124d259fba6f0af865cf7cd5004e90ae65
2   "name": "CoreVPN",
3   "version": "1.0.1",
4   "summary": "Easy VPN connection.",
5   "description": "Easy VPN connection with IKEv2, L2TP protocols support\nwith optimal server selection based on ping.",
6   "homepage": "https://github.com/AlexTrushkovsky/CoreVPN",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexey Trushkovsky": "trushkovskya@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AlexTrushkovsky/CoreVPN.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CoreVPN/Classes/**/*",
22   "dependencies": {
23     "PlainPing": [
25     ]
26   }