blob: 5452f6fb30238bb98074d9dd0eded6fe554d1528 [file] [log] [blame]
{
"name": "XHQRSDK",
"version": "1.0.0",
"summary": "A short description of XHQRSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/XH/XHQRSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XH": "liyexiaohua@163.com"
},
"source": {
"git": "https://gitee.com/dxsource/XHQRSDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "XHQRSDK/XHQRSDK.framework/Headers/*.{h}",
"resource_bundles": {
"XHQRSDK": [
"XHQRSDK/Assets/*"
]
},
"vendored_frameworks": "XHQRSDK/*.framework",
"dependencies": {
"ZBarSDK": [
"~> 1.3.1"
],
"libqrencode": [
"~> 3.4.2"
]
}
}