blob: 7f36ff37ca0744624f017f33c6414bb66b05fedf [file] [log] [blame]
{
"name": "TPJsBridge",
"version": "0.0.17",
"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.17"
},
"source_files": "TPJsBridge/**/*.{h,m}",
"public_header_files": "TPJsBridge/**/*.{h}",
"resources": "TPJsBridge/TPJsBridgeResource/TPJsBridge.bundle",
"frameworks": "WebKit",
"requires_arc": true
}