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