Skip to content

Commit

Permalink
Add Carthage instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiep committed Jun 10, 2016
1 parent 2cb903d commit 28430e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ Second, install `MMNumberKeyboard` into your project:
pod install
```

### From Carthage
[Carthage](https://github.com/Carthage/Carthage) is a dependency manager for Objective-C and Swift. Add the following line to your `Cartfile`:

```
github "matmartinez/MMNumberKeyboard"
```

The run `carthage update`.

Follow the current instructions in [Carthage's README][carthage-installation]
for up to date installation instructions.

[carthage-installation]: https://github.com/Carthage/Carthage#adding-frameworks-to-an-application

## Usage

There is a sample Xcode project available. Just build & run. And profit.
Expand Down

0 comments on commit 28430e9

Please sign in to comment.