[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 8 / b / JXWebViewController / 1.2.1 / JXWebViewController.podspec.json
blobadbc0a4a94f06d3690cade1459d95ff0a418ff8c
2   "name": "JXWebViewController",
3   "version": "1.2.1",
4   "summary": "An iOS view controller wrapper for WKWebView.",
5   "description": "Since iOS 8, WKWebView is preferred over UIWebView. But unlike UIWebView, WKWebView provide less default behaviors due to the security design. JXWebViewController wrap up a WKWebView and implements a few standard features as iOS Safari does. So web views can be easily used in your apps out-of-the-box. It is also referred to as WebViewController, UIWebViewController or WKWebViewController.",
6   "homepage": "https://github.com/swordray/JXWebViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jianqiu Xiao": "swordray@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/swordray/JXWebViewController.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "JXWebViewController/Classes/**/*",
22   "resource_bundles": {
23     "JXWebViewController": [
24       "JXWebViewController/*.lproj"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "WebKit"
30   ],
31   "swift_version": "5.0"