[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 2 / b / BetterVPNManager / 1.0.0 / BetterVPNManager.podspec.json
blob7459fa8817dd45a38706dd3287764ae3422b1f24
2   "name": "BetterVPNManager",
3   "version": "1.0.0",
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/anonrig/VPNManager",
7   "license": "MIT",
8   "authors": {
9     "Yagiz Nizipli": "yagiznizipli@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/anonrig/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   ]