Skip to content

Commit

Permalink
fix: pod version (marcuswestin#297)
Browse files Browse the repository at this point in the history
because 	`WVJBIframe.src = 'https://__bridge_loaded__';` is support 6.0 version, doesn't support 5.0 version.
  • Loading branch information
hhgz9527 authored and marcuswestin committed Nov 8, 2017
1 parent ea4b343 commit e7e734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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', '~> 6.0'
pod 'WebViewJavascriptBridge'
```

### Manual installation
Expand Down

0 comments on commit e7e734e

Please sign in to comment.