blob: 21e253d32634191e185e5faf9e1c4ffb062f5aff [file] [log] [blame]
{
"name": "WebViewBridge.Swift",
"version": "0.2",
"summary": "A lightweight bridge for WebView and native code written in Swift.",
"description": "A lightweight bridge for WebView and native code written in Swift, optimized for WKWebView",
"homepage": "https://github.com/zhangbozhb/WebViewBridge.Swift",
"screenshots": "https://github.com/zhangbozhb/WebViewBridge.Swift/blob/master/screenshots_1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"travel": "zhangbozhb@gmail.com"
},
"social_media_url": "http://twitter.com/travel_zh",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangbozhb/WebViewBridge.Swift.git",
"tag": "0.2"
},
"source_files": [
"Sources/*.swift",
"Sources/*.js"
],
"exclude_files": "Sources/Exclude"
}