Skip to content

Commit

Permalink
Add "Installing via Carthage" info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariok authored Jun 10, 2016
1 parent b6efc3a commit 8a4f955
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ it, simply add the following line to your Podfile:
pod "BWWalkthrough"
```

### With Carthage

Include this line into your `Cartfile`:

```ruby
github "ariok/BWWalkthrough"
```

Run carthage update to build the framework and drag the built BWWalkthrough.framework into your Xcode project.

### Manually

Include the `Pod/Classes/BWWalkthroughViewController.swift` and the `Pod/Classes/BWWalkthroughPageViewController.swift` files into your project.
Expand Down

0 comments on commit 8a4f955

Please sign in to comment.