blob: ebbd589b88408c762e6a48c278a6bcd749045b1b [file] [log] [blame]
{
"name": "ZBarSDK-hicool",
"version": "0.0.1",
"summary": "ZBarSDK-hicool.",
"description": "ZBarSDK-hicool is a library",
"homepage": "https://github.com/jindegege/ZBarSDK-hicool",
"license": "MIT",
"authors": {
"jinde": "jindegege@aliyun.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jindegege/ZBarSDK-hicool.git",
"tag": "0.0.1"
},
"source_files": "zbar/headers/*.{h}",
"ios": {
"vendored_libraries": "zbar/libzbar.a"
},
"exclude_files": "Classes/Exclude",
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreImage",
"CoreMedia",
"CoreVideo",
"QuartzCore"
],
"libraries": "iconv",
"subspecs": [
{
"name": "zbar",
"source_files": "zbar/headers/zbar/*.{h}"
}
]
}