blob: 33a98294969c874459de5186541b99127c437c88 [file] [log] [blame]
{
"name": "OCTWebViewBridge",
"version": "2.0.0",
"summary": "WKWebView Javascript Bridge",
"description": "WKWebView Bridge, Javascript call Native Code.\nEasy to write plugins for WKWebView",
"homepage": "https://github.com/octree/OCTWebViewBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"octree": "fouljz@gmail.com"
},
"source": {
"git": "https://github.com/octree/OCTWebViewBridge.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/dispatch_once",
"platforms": {
"ios": "8.0"
},
"source_files": "OCTWebViewBridge/Classes/**/*",
"resources": "OCTWebViewBridge/Assets/*.{js,css}",
"public_header_files": "OCTWebViewBridge/Classes/**/*.h",
"frameworks": "WebKit"
}