blob: 68500f8dce90b2ccf2a3f3b982947a90404bc3b6 [file] [log] [blame]
{
"name": "JXWebViewController",
"version": "1.0.0",
"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": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "JXWebViewController/Classes/**/*",
"resource_bundles": {
"JXWebViewController": [
"JXWebViewController/*.lproj"
]
},
"frameworks": [
"UIKit",
"WebKit"
]
}