| { |
| "name": "KTScannerView", |
| "version": "1.0", |
| "summary": "A simple view to scan barcodes (QR Code etc) via camera stream that utilize iOS 7's AVFoundation API.", |
| "description": " KTScannerView uses iOS7's AVFoundation API to scan barcodes with a camera preview.\n\n * Scan barcodes\n * Familiar API. KTScannerView extends UIControl and throw events.\n * Provides shortcuts to turn on the torch or check if camera is available.\n * Can be used programmatically as well as in nib files.y\n", |
| "homepage": "https://github.com/laplacesdemon/KTScannerView", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Suleyman Melikoglu": "suleyman@melikoglu.info" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/laplacesdemon/KTScannerView.git", |
| "tag": "1.0" |
| }, |
| "source_files": "KTScannerView/*.{h,m}", |
| "frameworks": "AVFoundation", |
| "requires_arc": true |
| } |