Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tadejr committed Jul 9, 2019
1 parent 12b91ec commit aafea85
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@ A token field implementation written in Swift 5.

## Installation

ResizingTokenField is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile:
### Cocoapods

ResizingTokenField is available through [CocoaPods](https://cocoapods.org). To install it, add the following to your `Podfile`:

```ruby
pod 'ResizingTokenField'
pod 'ResizingTokenField', '~> 0.1.1'
```

### Carthage

To install via [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`:

```ogdl
github "tadejr/ResizingTokenField" "0.1.1"
```

## Usage
Expand Down

0 comments on commit aafea85

Please sign in to comment.