blob: bf1d0874934881879fcd496927f55f2938b6b4c0 [file] [log] [blame]
{
"name": "WKBridge",
"version": "0.2.0",
"summary": "在 WKWebView 中 提供 JS 和 Native 交互的方法",
"description": "WKWebView 通过使用 WKScriptMessageHandler 极大简化了 JS 和 Native 通信的方法。WKScript 对 WKScriptMessageHandler 进行了封装,并且提供 JS 调用 Native 的方法,让 JS 和 Native 的交互更完美。",
"homepage": "https://github.com/lovesunstar/WKBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lovesunstar": "lovesunstar@sina.com"
},
"source": {
"git": "https://github.com/lovesunstar/WKBridge.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/_lovesunstar",
"platforms": {
"ios": "8.0"
},
"source_files": "WKBridge/Classes/**/*",
"resource_bundles": {
"WKBridge": [
"WKBridge/Assets/*.js"
]
},
"frameworks": [
"UIKit",
"WebKit"
],
"pushed_with_swift_version": "3.0"
}