blob: db79a3141760f39e7fd63a5ca50b8732ecfc784b [file] [log] [blame]
{
"name": "JXWebViewController",
"version": "0.1.2",
"summary": "An iOS view controller wrapper for WKWebView.",
"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.",
"homepage": "https://github.com/swordray/JXWebViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jianqiu Xiao": "swordray@gmail.com"
},
"source": {
"git": "https://github.com/swordray/JXWebViewController.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "JXWebViewController/Classes/**/*",
"resource_bundles": {
"JXWebViewController": [
"JXWebViewController/*.lproj"
]
},
"frameworks": [
"UIKit",
"WebKit"
]
}