blob: 368c4d5ddf2365d8f17fecdaf165f6f30a810f6b [file] [log] [blame]
{
"name": "DYFCodeScanner",
"version": "1.0.0",
"summary": "A QR code and Barcode scanner for iOS.",
"description": "A QR code and Barcode scanner for iOS. concise code and efficient.",
"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.0"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"resources": "Resource/*.bundle",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"AVFoundation",
"CoreImage"
],
"requires_arc": true
}