blob: ac5910966e341b5ddf24504a209c30c431a94713 [file] [log] [blame]
{
"name": "DYFCodeScanner",
"version": "1.0.2",
"summary": "A simple QR code and barcode scanner.",
"description": "A simple QR code and barcode scanner, which has a set of custom scanning animation and interface, supports camera zooming, and can generate and identify QR code.",
"homepage": "https://github.com/dgynfi/DYFCodeScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFCodeScanner.git",
"tag": "1.0.2"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"resources": "Resource/*.bundle",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"AVFoundation",
"CoreImage"
],
"requires_arc": true
}