blob: 0530a457f46681d21d8c61d6aae6cb74d1ab5b1e [file] [log] [blame]
{
"name": "TPJsBridge",
"version": "0.0.20",
"summary": "An iOS bridge for sending messages between Obj-C and JavaScript in WKWebView.",
"homepage": "https://github.com/wanhmr/TPJsBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tpphha": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wanhmr/TPJsBridge.git",
"tag": "0.0.20"
},
"source_files": "TPJsBridge/**/*.{h,m}",
"public_header_files": "TPJsBridge/**/*.{h}",
"resources": "TPJsBridge/TPJsBridgeResource/TPJsBridge.bundle",
"frameworks": "WebKit",
"requires_arc": true
}