diff --git a/README.md b/README.md index dcdf231..2df8e45 100644 --- a/README.md +++ b/README.md @@ -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.