From 56012442e90d4a1fb6369888623c0f0051f29e69 Mon Sep 17 00:00:00 2001 From: GaoYu Date: Wed, 26 Jul 2017 18:04:35 +0800 Subject: [PATCH] fix: pod version because `WVJBIframe.src = 'https://__bridge_loaded__';` is support 6.0 version, doesn't support 5.0 version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4368c2..31ffa5e9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Installation (iOS & OSX) Add this to your [podfile](https://guides.cocoapods.org/using/getting-started.html) and run `pod install` to install: ```ruby -`pod 'WebViewJavascriptBridge', '~> 5.0'` +pod 'WebViewJavascriptBridge' ``` ### Manual installation