blob: f3fd2890a00ef3bf12a5a07e93ba6ccf2e1d4343 [file] [log] [blame]
{
"name": "JDScan",
"version": "2.0.5",
"summary": "ios opencv zxing scan wrapper",
"homepage": "https://github.com/JDongKhan",
"license": "MIT",
"authors": {
"WJD": "419591321@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JDongKhan/JDScan.git",
"tag": "2.0.5"
},
"requires_arc": true,
"default_subspecs": "UI",
"subspecs": [
{
"name": "ZXing",
"source_files": "JDScan/ZXing/**/*.{h,m,mm}",
"vendored_frameworks": "JDScan/Frameworks/*.framework",
"libraries": [
"c++",
"c",
"c++abi"
],
"dependencies": {
"ZXingObjC": [
"~> 3.6.5"
]
}
},
{
"name": "UI",
"source_files": "JDScan/UI/*.{h,m}",
"resources": "JDScan/UI/CodeScan.bundle",
"dependencies": {
"JDScan/ZXing": [
]
}
}
]
}