Skip to content

Commit 678ed2c

Browse files
committed
Merge pull request marcuswestin#140 from xLegoz/master
added podfile documentation
2 parents ebc34d4 + 722ddf0 commit 678ed2c

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
@@ -26,6 +26,18 @@ WebViewJavascriptBridge is used by a range of companies and projects. This list
2626
Setup & Examples (iOS & OSX)
2727
----------------------------
2828

29+
### Installation with CocoaPods
30+
31+
[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.
32+
33+
#### Podfile
34+
Add the following to your podfile to add this library to your project. Run `pod install` to install them afterwards.
35+
```ruby
36+
`pod 'WebViewJavascriptBridge', '~> 4.1.4'`
37+
```
38+
39+
## Other Usage
40+
2941
Start with the Example Apps/ folder. Open either the iOS or OSX project and hit run to see it in action.
3042

3143
To use a WebViewJavascriptBridge in your own project:

0 commit comments

Comments
 (0)