blob: fdcb27e14b2c5a67a35f3feaa66ad0b62ee78982 [file] [log] [blame]
{
"name": "WKBridge",
"version": "0.2.2",
"summary": "Bridge for WKWebView and JavaScript",
"description": "`WKScriptMessageHandler` greatly simplifies the message handler from javascript running in a webpage. WKScript provides a more efficiently way for both sending and receiving messages through `WKScriptMessageHandler`.",
"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.2"
},
"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"
}