blob: b7721e055cab0510c2f5a4a9061a7e144e3432a7 [file] [log] [blame]
{
"name": "LBXScan",
"version": "2.2",
"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.2"
},
"requires_arc": true,
"prefix_header_contents": "#import <Foundation/Foundation.h>",
"default_subspecs": "All",
"subspecs": [
{
"name": "Types",
"source_files": "LBXScan/*.{h,m}"
},
{
"name": "All",
"source_files": [
"LBXScan/LBXNative/*.{h,m}",
"LBXScan/LBXZXing/**/*.{h,m}",
"LBXScan/LBXZBar/*.{h,m}",
"LBXScan/UI/*.{h,m}"
],
"libraries": [
"iconv",
"z"
],
"resources": "LBXScan/UI/CodeScan.bundle",
"dependencies": {
"ZBarSDK": [
"~> 1.3.1"
],
"LBXScan/Types": [
"~> 2.2"
]
},
"ios": {
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"ImageIO",
"QuartzCore"
]
},
"prefix_header_contents": [
"#import \"LBXScanNative.h\"",
"#import \"ZXingWrapper.h\"",
"#import \"LBXZBarWrapper.h\"",
"#import \"LBXScanView.h\""
]
},
{
"name": "LBXNative",
"source_files": "LBXScan/LBXNative/*.{h,m}",
"ios": {
"frameworks": "AVFoundation"
},
"prefix_header_contents": "#import \"LBXScanNative.h\"",
"dependencies": {
"LBXScan/Types": [
"~> 2.2"
]
}
},
{
"name": "LBXZXing",
"source_files": "LBXScan/LBXZXing/**/*.{h,m}",
"ios": {
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"ImageIO",
"QuartzCore"
]
},
"prefix_header_contents": "#import \"ZXingWrapper.h\"",
"dependencies": {
"LBXScan/Types": [
"~> 2.2"
]
}
},
{
"name": "LBXZBar",
"source_files": "LBXScan/LBXZBar/*.{h,m}",
"libraries": [
"iconv",
"z"
],
"dependencies": {
"ZBarSDK": [
"~> 1.3.1"
],
"LBXScan/Types": [
"~> 2.2"
]
},
"ios": {
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia"
]
},
"prefix_header_contents": "#import \"LBXZBarWrapper.h\""
},
{
"name": "UI",
"source_files": "LBXScan/UI/*.{h,m}",
"resources": "LBXScan/UI/CodeScan.bundle",
"prefix_header_contents": "#import \"LBXScanView.h\"",
"dependencies": {
"LBXScan/Types": [
"~> 2.2"
]
}
}
]
}