blob: 05b7a6dbb46b9e68a06f8ee341ec9325afc4e75f [file] [log] [blame]
{
"name": "ZXingObjC",
"version": "2.0.2",
"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": "v2.0.2"
},
"source_files": "ZXingObjC/**/*.{h,m}",
"requires_arc": false,
"frameworks": [
"ImageIO",
"CoreGraphics",
"CoreVideo",
"CoreMedia",
"QuartzCore",
"AVFoundation",
"AudioToolbox"
]
}