blob: 8eff63586f2ea563b895640be25575f1c2b4733a [file] [log] [blame]
{
"name": "LBXScan",
"version": "2.0",
"summary": "ios scan wrapper",
"homepage": "https://github.com/MxABC/LBXScan",
"license": "MIT",
"authors": {
"lbxia": "lbxia20091227@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/MxABC/LBXScan.git",
"tag": "2.0"
},
"requires_arc": true,
"prefix_header_contents": "#import <Foundation/Foundation.h>",
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "LBXScan/**/*.{h,m}",
"libraries": [
"iconv",
"z"
],
"resources": "LBXScan/UI/CodeScan.bundle",
"dependencies": {
"ZBarSDK": [
"~> 1.3.1"
]
},
"ios": {
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"ImageIO",
"QuartzCore"
]
}
},
{
"name": "LBXNative",
"source_files": "LBXScan/LBXNative/*.{h,m}",
"ios": {
"frameworks": "AVFoundation"
}
},
{
"name": "LBXZXing",
"source_files": "LBXScan/LBXZXing/**/*.{h,m}",
"ios": {
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"ImageIO",
"QuartzCore"
]
}
},
{
"name": "LBXZBar",
"source_files": "LBXScan/LBXZBar/*.{h,m}",
"libraries": [
"iconv",
"z"
],
"dependencies": {
"ZBarSDK": [
"~> 1.3.1"
]
},
"ios": {
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia"
]
}
},
{
"name": "UI",
"source_files": "LBXScan/UI/*.{h,m}",
"resources": "LBXScan/UI/CodeScan.bundle"
}
]
}