[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / 3 / YWebView / 0.19.0 / YWebView.podspec.json
blobbf3e29d5ac6575725bdb74224510a8f23939b9c1
2   "name": "YWebView",
3   "version": "0.19.0",
4   "summary": "WKWebview with persistent cookie support.",
5   "description": "WKWebView, unlike UIWebView, doesn't support cookie persistency and sharing. There are multiple solutions on the Internet to deal with issue. YWebView combines the existing solutions to make WKWebView behave like the Old UIWebView.",
6   "homepage": "https://github.com/haifengkao/YWebView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai Feng Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/haifengkao/YWebView.git",
16     "tag": "0.19.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "swift_versions": "5",
23   "source_files": "Sources/YWebView/**/*",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/YWebViewTests/*.{swift}",
29       "dependencies": {
30         "Quick": [
32         ],
33         "Nimble": [
35         ]
36       }
37     }
38   ],
39   "swift_version": "5"