[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / a / e / 0 / VPNManager / 0.0.1 / VPNManager.podspec.json
blobc95c48249d004b5d3877c76eb9cf83f2c8ebf653
2   "name": "VPNManager",
3   "version": "0.0.1",
4   "summary": "VPN Connection manager for IKEV2 and IPSec protocols",
5   "description": "VPN Manager for IKEV2 and IPSec protocols . You can connect your VPN servers using this manager for iOS",
6   "homepage": "https://github.com/barbayrak/VPNManager",
7   "license": "MIT",
8   "authors": {
9     "Kaan Baris BAYRAK": "kaanbarisbayrak@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/barbayrak/VPNManager.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "VPNManager",
20     "VPNManager/**/*.{h,m,c,swift}"
21   ],
22   "public_header_files": "VPNManager/**/*.h",
23   "frameworks": [
24     "NetworkExtension",
25     "Foundation"
26   ]