[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / b / 5 / LBXZBarSDK / 1.3.4 / LBXZBarSDK.podspec.json
blob171c844c470d3ae36fad7107c15dfc3a8dd09131
2   "name": "LBXZBarSDK",
3   "version": "1.3.4",
4   "summary": "LBXZBarSDK",
5   "homepage": "https://github.com/MxABC/LBXZBarSDK",
6   "license": "MIT",
7   "authors": {
8     "MxABC": "lbxia20091227@foxmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/MxABC/LBXZBarSDK.git",
15     "tag": "1.3.4"
16   },
17   "prefix_header_file": "iphone/include/prefix.pch",
18   "source_files": [
19     "*.{h,m}",
20     "include/zbar.h",
21     "zbar/**/*.h",
22     "iphone/*.h",
23     "iphone/include/**/*.h",
24     "zbar/{config,decoder,error,image,img_scanner,refcnt,scanner,symbol}.c",
25     "zbar/decoder/{codabar,code39,code93,code128,databar,ean,i25,qr_finder}.c",
26     "zbar/qrcode/*.c",
27     "iphone/*.m"
28   ],
29   "ios": {
30     "frameworks": [
31       "Foundation",
32       "AVFoundation",
33       "CoreGraphics",
34       "CoreMedia",
35       "CoreVideo",
36       "QuartzCore"
37     ]
38   },
39   "libraries": "iconv",
40   "public_header_files": [
41     "iphone/**/**/*.h",
42     "include/*.h",
43     "LBXZBarWrapper.h"
44   ],
45   "requires_arc": false,
46   "compiler_flags": "-w",
47   "xcconfig": {
48     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*][arch=*]": "ZBarReaderViewImpl_Simulator.m",
49     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=*]": "ZBarReaderViewImpl_Capture.m ZBarCaptureReader.m",
50     "GCC_PREPROCESSOR_DEFINITIONS": "NDEBUG=1"
51   }