Skip to content

Commit

Permalink
Add CocoaPods usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
azawawi committed Oct 19, 2016
1 parent 7507af9 commit fd9319e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,23 @@ More examples can be found in the

## Installation


### [CocoaPods](http://cocoapods.org)

*TODO*
- Add the following lines to your `Podfile`:
```ruby
use_frameworks!
pod 'ZeroMQ', '~> 1.0.2'
```

- Run the following command in the project root directory:
```bash
$ pod install
```

- Open the project in Xcode with the following command:
```bash
$ open YourProject.xcworkspace
```

### [Carthage](http://github.com/Carthage/Carthage)

Expand Down

0 comments on commit fd9319e

Please sign in to comment.