blob: 58556ff92fcad5d51a63357a8d0935d010d2597c [file] [log] [blame]
{
"name": "DHWKWebviewJavascriptAdapter",
"version": "1.0.0",
"summary": "The Javascript middleware bridge suitable for WKWebview, imitating the JSContext processing method of uiwebview, is simpler than JSContext.",
"description": "\"The Javascript middleware bridge suitable for WKWebview\"",
"homepage": "https://github.com/DanielHusx/DHWKWebviewJavascriptAdapter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DanielHusx": "danielxing@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DanielHusx/DHWKWebviewJavascriptAdapter.git",
"tag": "1.0.0"
},
"source_files": [
"DHWKWebviewJavascriptAdapter",
"DHWKWebviewJavascriptAdapter/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}