From 61bef512038ef929c84386f5f19f862cefe1b351 Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 17 Nov 2017 10:03:06 -0800 Subject: [PATCH] Add license scan report and status --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fb14d2de..9ec7abbc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ WebViewJavascriptBridge ======================= [![Circle CI](https://img.shields.io/circleci/project/github/marcuswestin/WebViewJavascriptBridge.svg)](https://circleci.com/gh/marcuswestin/WebViewJavascriptBridge) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmarcuswestin%2FWebViewJavascriptBridge.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmarcuswestin%2FWebViewJavascriptBridge?ref=badge_shield) An iOS/OSX bridge for sending messages between Obj-C and JavaScript in WKWebViews, UIWebViews & WebViews. @@ -236,3 +237,7 @@ Example: ```javascript bridge.disableJavscriptAlertBoxSafetyTimeout() ``` + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmarcuswestin%2FWebViewJavascriptBridge.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmarcuswestin%2FWebViewJavascriptBridge?ref=badge_large) \ No newline at end of file