blob: 49d4b5624a4ac1d05477e11f34a043b1bc67a506 [file] [log] [blame]
{
"name": "JDScan",
"version": "2.0.4",
"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.4"
},
"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": [
]
}
}
]
}