Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shndrs/EZProgressHUD
Browse files Browse the repository at this point in the history
  • Loading branch information
shndrs committed Jul 16, 2019
2 parents 0159f07 + 1ea2f84 commit 8e4d700
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# EZProgressHUD

[![codebeat badge](https://codebeat.co/badges/82888c2c-2465-4840-ad7d-af0a3239c051)](https://codebeat.co/projects/github-com-shndrs-ezprogresshud-master)
![build-status](https://travis-ci.org/shndrs/EZProgressHUD.svg?branch=master)
![swift-version](https://img.shields.io/badge/Swift-5-blueviolet.svg)
![version](https://img.shields.io/cocoapods/v/EZProgressHUD.svg)
Expand Down Expand Up @@ -116,7 +117,7 @@ pod 'EZProgressHUD', '~> 1.4.3'
### Swift 5

```ruby
pod `EZProgressHUD`, `~> 1.5.1`
pod `EZProgressHUD`, `~> 1.5.2`
```
And then on your terminal run 👇🏻:
```bash
Expand All @@ -134,7 +135,7 @@ github "shndrs/EZProgressHUD" "1.4.3"
```
### Swift 5
```bash
github "shndrs/EZProgressHUD" "1.5.1"
github "shndrs/EZProgressHUD" "1.5.2"
```
And then on your terminal run 👇🏻:
```bash
Expand Down

0 comments on commit 8e4d700

Please sign in to comment.