Skip to content

Commit

Permalink
Updated README for 2.0.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Poirier <[email protected]>
  • Loading branch information
Dave Poirier committed Jun 28, 2018
1 parent b55ab60 commit 3490928
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# QRCode 🔳

[![Build Status](https://travis-ci.org/aschuch/QRCode.svg)](https://travis-ci.org/aschuch/QRCode)
[![Build Status](https://travis-ci.org/ekscrypto/QRCode.svg)](https://travis-ci.org/ekscrypto/QRCode)
![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)
![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg)
![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg)

A QRCode generator written in Swift.

Expand Down Expand Up @@ -103,11 +103,12 @@ Current Swift compatibility breakdown:

| Swift Version | Framework Version |
| ------------- | ----------------- |
| 3.0 | 2.x |
| 4.0 | 2.0.1 |
| 3.0 | 2.0 |
| 2.3 | 1.x |
| 2.2 | 0.x |

[all releases]: https://github.com/aschuch/QRCode/releases
[all releases]: https://github.com/ekscrypto/QRCode/releases

## Installation

Expand All @@ -116,7 +117,7 @@ Current Swift compatibility breakdown:
Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).

```
github "aschuch/QRCode"
github "ekscrypto/QRCode"
```

Then run `carthage update`.
Expand All @@ -126,10 +127,10 @@ Then run `carthage update`.
Add the following line to your Podfile.

```
pod "QRCode"
pod "QRCode", :git => "https://github.com/ekscrypto/QRCode.git"
```

Then run `pod install` with Cocoapods 0.36 or newer.
Then run `pod install` with Cocoapods 1.5.3 or newer.

#### Manually

Expand Down Expand Up @@ -164,5 +165,11 @@ xctool -scheme QRCodeTests -sdk iphonesimulator test

Feel free to get in touch.

Original author:
* Website: <http://schuch.me>
* Twitter: [@schuchalexander](http://twitter.com/schuchalexander)

Latest updates:
* Website: <http://soft.io>
* Twitter: [@ekscrypto](https://twitter.com/ekscrypto)

0 comments on commit 3490928

Please sign in to comment.