| { |
| "name": "CTAQRCodeReader", |
| "version": "0.0.1", |
| "summary": "QRCodeReader", |
| "description": "QR Code reader in Swift", |
| "homepage": "https://github.com/cuongta/QRCodeReader", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Cuong Ta": "cuongchanta@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/cuongta/QRCodeReader.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "QR", |
| "QR/**/*.{h,m}" |
| ], |
| "dependencies": { |
| "ZXingObjC": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "2.3" |
| } |