Skip to content

Commit

Permalink
Modify the Installation with CocoaPods
Browse files Browse the repository at this point in the history
The 'Usage' describes the latest version 6.0.2 and the 'Installation with CocoaPods' installs the version 5.2.0. So, if someone follows the tutor,  the Objc will not connect with javascript. The reason is here marcuswestin#266 (comment) .
  • Loading branch information
liuwin7 authored Feb 16, 2017
1 parent ccf1e93 commit 5f0f055
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', '~> 5.0'`
pod 'WebViewJavascriptBridge', '~> 6.0'
```

### Manual installation
Expand Down

0 comments on commit 5f0f055

Please sign in to comment.