Skip to content

Commit 137e6e3

Browse files
author
Dave Poirier
committed
Updated README for 2.0.1 release
Signed-off-by: Dave Poirier <dave@idfusion.com>
1 parent b55ab60 commit 137e6e3

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# QRCode 🔳
22

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

77
A QRCode generator written in Swift.
88

@@ -103,11 +103,12 @@ Current Swift compatibility breakdown:
103103

104104
| Swift Version | Framework Version |
105105
| ------------- | ----------------- |
106-
| 3.0 | 2.x |
106+
| 4.0 | 2.0.1 |
107+
| 3.0 | 2.0 |
107108
| 2.3 | 1.x |
108109
| 2.2 | 0.x |
109110

110-
[all releases]: https://github.com/aschuch/QRCode/releases
111+
[all releases]: https://github.com/ekscrypto/QRCode/releases
111112

112113
## Installation
113114

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

118119
```
119-
github "aschuch/QRCode"
120+
github "ekscrypto/QRCode"
120121
```
121122

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

128129
```
129-
pod "QRCode"
130+
pod "QRCode", :git => "https://github.com/ekscrypto/QRCode.git"
130131
```
131132

132-
Then run `pod install` with Cocoapods 0.36 or newer.
133+
Then run `pod install` with Cocoapods 1.5.3 or newer.
133134

134135
#### Manually
135136

@@ -164,5 +165,11 @@ xctool -scheme QRCodeTests -sdk iphonesimulator test
164165

165166
Feel free to get in touch.
166167

168+
Original author:
167169
* Website: <http://schuch.me>
168170
* Twitter: [@schuchalexander](http://twitter.com/schuchalexander)
171+
172+
Latest updates:
173+
* Website: <https://soft.io>
174+
* Twitter: [@ekscrypto](https://twitter.com/ekscrypto)
175+

0 commit comments

Comments
 (0)