[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / 8 / NDWebKit / 0.0.1 / NDWebKit.podspec.json
blob555fd42be3d75ca91936a7e3da274c928f91bcb3
2   "name": "NDWebKit",
3   "version": "0.0.1",
4   "summary": "Utility for WebKit.",
5   "description": "NDWebKit is a small utility framework for WebKit.",
6   "homepage": "https://github.com/hiep-nd/nd-web-kit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nguyen Duc Hiep": "hiep.nd@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": [
18     "4.0",
19     "5.1",
20     "5.2"
21   ],
22   "source": {
23     "git": "https://github.com/hiep-nd/nd-web-kit.git",
24     "tag": "Pod-0.0.1"
25   },
26   "source_files": "NDWebKit/**/*.{h,m,mm,swift}",
27   "public_header_files": "NDWebKit/**/*.h",
28   "header_mappings_dir": "NDWebKit",
29   "frameworks": "WebKit",
30   "dependencies": {
31     "NDLog": [
32       "~> 0.0.5"
33     ],
34     "NDModificationOperators": [
35       "~> 0.0.2"
36     ],
37     "NDUtils/Foundation": [
38       "~> 0.0.4"
39     ],
40     "NDUtils/libextobjc": [
41       "~> 0.0.4"
42     ],
43     "NDUtils/objc": [
44       "~> 0.0.4"
45     ]
46   },
47   "swift_version": "5.2"