blob: e86b1077ab6966d1951d5f54f785609e0886c1d7 [file] [log] [blame]
{
"name": "ZXingObjCFork",
"version": "3.6.5",
"summary": "An Objective-C Port of the ZXing barcode framework.",
"homepage": "https://github.com/huawt/ZXingObjcFork",
"authors": "zxingify",
"license": {
"type": "Apache License 2.0",
"file": "COPYING"
},
"source": {
"git": "https://github.com/huawt/ZXingObjcFork.git",
"tag": "3.6.5"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"ios": {
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"ImageIO",
"QuartzCore"
]
},
"osx": {
"frameworks": [
"AVFoundation",
"CoreMedia",
"QuartzCore"
]
},
"source_files": "ZXingObjC/**/*.{h,m}"
}