Skip to content

Commit e7e734e

Browse files
hhgz9527marcuswestin
authored andcommitted
fix: pod version (marcuswestin#297)
because `WVJBIframe.src = 'https://__bridge_loaded__';` is support 6.0 version, doesn't support 5.0 version.
1 parent ea4b343 commit e7e734e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Installation (iOS & OSX)
3737
Add this to your [podfile](https://guides.cocoapods.org/using/getting-started.html) and run `pod install` to install:
3838

3939
```ruby
40-
pod 'WebViewJavascriptBridge', '~> 6.0'
40+
pod 'WebViewJavascriptBridge'
4141
```
4242

4343
### Manual installation

0 commit comments

Comments
 (0)