blob: d02f78626544f0f95afb67be369fe743e7226d25 [file] [log] [blame]
{
"name": "ZXingObjC",
"version": "2.2.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 2.0",
"file": "COPYING"
},
"source": {
"git": "https://github.com/TheLevelUp/ZXingObjC.git",
"tag": "2.2.7"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "ZXingObjC/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"ImageIO",
"CoreGraphics",
"CoreVideo",
"CoreMedia",
"QuartzCore",
"AVFoundation",
"AudioToolbox"
]
}