#How to use ZbarSDK in Swift(XCode 6.2, base SDK iOS 8.2)
##Steps
- Download ZbarSDK and drag ZbarSDK folder in Swift project, setup buiding settings according to the zBarSDK tutorial
- Add #import "ZBarSDK.h" in YourApp_Bridging_Header file
- In your ViewController add ZBarReaderDelegate, setup ZBarReader, receive barcode data
##Posible building issues:
- Missing required architecture arm64 in file ...
Reason: the libzbar.a is not compiled to arm64 architecture