| { |
| "name": "VCBQRScanner", |
| "version": "1.0.1", |
| "summary": "Barcode&QRcode recognize", |
| "description": "1. Create a QRCode Scanner simply.\n2. Customize UI.", |
| "homepage": "https://github.com/txinhua/VCBQRScanner", |
| "license": { |
| "type": "Apache License", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "gftang": "gftang@vcainfo.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/txinhua/VCBQRScanner.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "VCBQCodeScanner/VCBQRScanner/*.{h,m}", |
| "resources": "VCBQCodeScanner/VCBQRScanner/Resources/*", |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ] |
| } |