Update README.md

This commit is contained in:
Yannick Loriot 2015-11-02 15:58:00 +01:00
parent e262df3f1d
commit cdb9b84bfc
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
![QRCodeReader.swift](http://yannickloriot.com/resources/qrcodereader.swift-logo.png)
[![Supported Plateforms](https://cocoapod-badges.herokuapp.com/p/QRCodeReader.swift/badge.svg)](http://cocoadocs.org/docsets/QRCodeReader.swift/) [![Version](https://cocoapod-badges.herokuapp.com/v/QRCodeReader.swift/badge.svg)](http://cocoadocs.org/docsets/QRCodeReader.swift/)
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.
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.