Update README.md
This commit is contained in:
parent
2dfe329e04
commit
00ef958f2c
15
README.md
15
README.md
|
@ -1,14 +1,19 @@
|
|||

|
||||
<p align="center">
|
||||
<img src="http://yannickloriot.com/resources/qrcodereader.swift-logo.png" alt="QRCodeReader.swift">
|
||||
</p>
|
||||
|
||||
[](http://cocoadocs.org/docsets/QRCodeReader.swift/) [](http://cocoadocs.org/docsets/QRCodeReader.swift/) [](http://cocoadocs.org/docsets/QRCodeReader.swift/)
|
||||
<p align="center">
|
||||
<a href="http://cocoadocs.org/docsets/QRCodeReader.swift/"><img alt="Supported Platforms" src="https://cocoapod-badges.herokuapp.com/p/QRCodeReader.swift/badge.svg"/></a>
|
||||
<a href="http://cocoadocs.org/docsets/QRCodeReader.swift/"><img alt="Version" src="https://cocoapod-badges.herokuapp.com/v/QRCodeReader.swift/badge.svg"/></a>
|
||||
</p>
|
||||
|
||||
The _QRCodeReader.swift_ was initially a simple QRCode reader but it now lets you the possibility to specify the [format type](https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVMetadataMachineReadableCodeObject_Class/index.html#//apple_ref/doc/constant_group/Machine_Readable_Object_Types) you want to decode. It is based on the `AVFoundation` framework from Apple in order to replace ZXing or ZBar for iOS 8.0 and over.
|
||||
**QRCodeReader.swift** was a simple code reader (initially only QRCode) for iOS in Swift. It is based on the `AVFoundation` framework from Apple in order to replace ZXing or ZBar for iOS 8.0 and over. It can decodes these [format types](https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVMetadataMachineReadableCodeObject_Class/index.html#//apple_ref/doc/constant_group/Machine_Readable_Object_Types).
|
||||
|
||||
It provides a default view controller to display the camera view with the scan area overlay and it also provides a button to switch between the front and the back cameras.
|
||||
|
||||

|
||||
|
||||
*Note: the v6.x supports the Swift 2.2.*
|
||||
*N.B.: This branch is Swift 3 compatible, use the [v6.2.0 version](https://github.com/yannickl/QRCodeReader.swift/tree/6.2.0) for Swift 2.x.*
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -125,7 +130,7 @@ let package = Package(
|
|||
)
|
||||
```
|
||||
|
||||
Note that the [Swift Package Manager](https://swift.org/package-manager) is still in early design and development, for more information checkout its [GitHub Page](https://github.com/apple/swift-package-manager)
|
||||
Note that the [Swift Package Manager](https://swift.org/package-manager) is still in early design and development, for more information checkout its [GitHub Page](https://github.com/apple/swift-package-manager).
|
||||
|
||||
#### Manually
|
||||
|
||||
|
|
Loading…
Reference in New Issue