diff --git a/README.md b/README.md index df70343..f498264 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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`. @@ -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 @@ -164,5 +165,11 @@ xctool -scheme QRCodeTests -sdk iphonesimulator test Feel free to get in touch. +Original author: * Website: * Twitter: [@schuchalexander](http://twitter.com/schuchalexander) + +Latest updates: +* Website: +* Twitter: [@ekscrypto](https://twitter.com/ekscrypto) +