[Add] DocumentReaderFullAuthRFIDNightly 7.5.11062
[CocoaPods.git] / Specs / 2 / 6 / 0 / NEKit / 0.0.2 / NEKit.podspec.json
bloba80c0b770ee7f8545bcdeabe2b31d287571c5fb5
2   "name": "NEKit",
3   "version": "0.0.2",
4   "summary": "A toolkit for Network Extension Framework.",
5   "description": "A toolkit for Network Extension Framework.",
6   "homepage": "https://github.com/tospery/NEKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tospery": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/NEKit.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "static_framework": true,
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "NEKit/**/*",
25   "frameworks": [
26     "UIKit",
27     "NetworkExtension"
28   ],
29   "dependencies": {
30     "CocoaAsyncSocket": [
31       "~> 7.6.4"
32     ],
33     "CocoaLumberjack/Swift": [
34       "~> 3.7.0"
35     ],
36     "MMDB-Swift": [
37       "~> 0.5.1"
38     ],
39     "Yaml": [
40       "~> 3.4.4"
41     ],
42     "sodium-ios": [
43       "~> 0.0.2"
44     ]
45   },
46   "swift_version": "5.0"