blob: a4887fe53891abcde7b084cc10e8595e22f5125c [file] [log] [blame]
{
"name": "KKJSBridge",
"version": "1.1.4",
"summary": "One-stop solution for WKWebView to support offline resource,ajax/fetch request and cookie sync issues.",
"description": "One-stop solution for WKWebView to support offline resource,ajax/fetch request and cookie sync issues",
"homepage": "https://github.com/karosLi/KKJSBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Karosli": "karosli1314@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/karosLi/KKJSBridge.git",
"tag": "1.1.4"
},
"source_files": "KKJSBridge/KKJSBridge/**/*.{h,m}",
"resources": "KKJSBridge/KKJSBridge/JS/*.js",
"frameworks": [
"WebKit",
"UIKit"
],
"requires_arc": true
}