Skip to content

Commit 722ddf0

Browse files
committed
added podfile documentation
1 parent 17fcf7a commit 722ddf0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ WebViewJavascriptBridge is used by a range of companies and projects. This list
2525
Setup & Examples (iOS & OSX)
2626
----------------------------
2727

28+
### Installation with CocoaPods
29+
30+
[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like WebViewJavascriptBridge in your projects. See the following [Getting Started](https://guides.cocoapods.org/using/getting-started.html) page for CocoaPods for more information.
31+
32+
#### Podfile
33+
Add the following to your podfile to add this library to your project. Run `pod install` to install them afterwards.
34+
```ruby
35+
`pod 'WebViewJavascriptBridge', '~> 4.1.4'`
36+
```
37+
38+
## Other Usage
39+
2840
Start with the Example Apps/ folder. Open either the iOS or OSX project and hit run to see it in action.
2941

3042
To use a WebViewJavascriptBridge in your own project:

0 commit comments

Comments
 (0)