Skip to content

Commit

Permalink
Document carthage support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Nov 7, 2017
1 parent 981b708 commit 92b402b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![Travis](https://img.shields.io/travis/tbaranes/FittableFontLabel.svg)](https://travis-ci.org/tbaranes/FittableFontLabel)
![Language](https://img.shields.io/badge/language-Swift%204.0-orange.svg)
[![CocoaPods](https://img.shields.io/cocoapods/v/FittableFontLabel.svg?style=flat)](https://github.com/tbaranes/FittableFontLabel)
[![Platform](https://img.shields.io/cocoapods/p/FittableFontLabel.svg?style=flat)](http://cocoadocs.org/docsets/FittableFontLabel)
![License](https://img.shields.io/github/license/tbaranes/FittableFontLabel?style=flat)
[![CocoaPods](https://img.shields.io/cocoapods/v/FittableFontLabel.svg?style=flat)](https://github.com/tbaranes/FittableFontLabel)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

`UILabel` can shrink font size as follows:

Expand Down Expand Up @@ -63,13 +63,13 @@ Check the sample project for advanced usage.

- iOS 8.0+

### CocoaPods Installation
### CocoaPods

FittableFontLabel is available on CocoaPods. Just add the following to your Podfile:
Add `pod FittableFontLabel` to your Podfile.

```
pod 'FittableFontLabel'
```
### Carthage

Add `github "tbaranes/FittableFontLabel"` to your Cartfile.

### Swift Package Manager

Expand Down

0 comments on commit 92b402b

Please sign in to comment.