blob: 181c4ae1d65007529b59445a946f6dc4906caad1 [file] [log] [blame]
{
"name": "ZXingObjC",
"version": "1.7",
"summary": "An Objective-C Port of ZXing.",
"homepage": "https://github.com/TheLevelUp/ZXingObjC",
"authors": "ZXing team (http://code.google.com/p/zxing/people/list) and TheLevelUp",
"license": {
"type": "Apache License, Version 2.0",
"file": "COPYING"
},
"source": {
"git": "https://github.com/TheLevelUp/ZXingObjC.git",
"tag": "v1.7"
},
"source_files": "ZXingObjC/**/*.{h,cpp,m,mm}",
"requires_arc": false,
"libraries": [
"stdc++",
"iconv"
],
"frameworks": [
"ImageIO",
"CoreGraphics",
"CoreVideo",
"CoreMedia",
"QuartzCore",
"AVFoundation",
"AudioToolbox"
]
}