Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metinkilicaslan authored Oct 9, 2018
1 parent f468b9e commit 6862712
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 @@ -24,6 +24,16 @@ Then, run the following command:
$ pod install
```

### Carthage

To integrate MKToolTip into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "metinkilicaslan/MKToolTip"
```

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

### Manually

If you prefer not to use dependency managers, you can integrate MKToolTip into your project manually.
Expand Down

0 comments on commit 6862712

Please sign in to comment.