Skip to content

Commit

Permalink
Updated README.md with Swift4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PGLongo committed Jun 12, 2017
1 parent 99b0cb4 commit ef8c46d
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 @@ -6,14 +6,8 @@

![PKHUD - Swift and easy](https://raw.githubusercontent.com/pkluz/PKHUD/master/README_hero.png)



<br />
<br />
<br />
A **Swift** based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) **for iOS 8** and up.
<br />
<br />

## Features
- Official iOS 8 blur effect via **UIVisualEffectsView**.
- Proper **rotation support**.
Expand Down Expand Up @@ -42,6 +36,12 @@ To install PKHUD for Swift 3.x using CocoaPods, include the following in your Po
pod 'PKHUD', '~> 4.0'
```

To install PKHUD for Swift 4.x, include the following in your Podfile

```ruby
pod 'PKHUD', :git => 'https://github.com/pkluz/PKHUD.git', :branch => 'release/swift4'
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
Expand Down

0 comments on commit ef8c46d

Please sign in to comment.