[Add] CxjToasts 1.0.9
[CocoaPods.git] / Specs / 4 / b / 5 / LBXZBarSDK / 1.3.1 / LBXZBarSDK.podspec.json
blobfa2a9df33ce59aaa0aefebb21378496fbbbb5590
2   "name": "LBXZBarSDK",
3   "version": "1.3.1",
4   "summary": "LBXZBarSDK",
5   "homepage": "https://github.com/MxABC/ZBarSDK",
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/ZBarSDK.git",
15     "tag": "1.3.1"
16   },
17   "prefix_header_file": "iphone/include/prefix.pch",
18   "source_files": [
19     "include/zbar.h",
20     "zbar/**/*.h",
21     "iphone/*.h",
22     "iphone/include/**/*.h",
23     "zbar/{config,decoder,error,image,img_scanner,refcnt,scanner,symbol}.c",
24     "zbar/decoder/{codabar,code39,code93,code128,databar,ean,i25,qr_finder}.c",
25     "zbar/qrcode/*.c",
26     "iphone/*.m"
27   ],
28   "ios": {
29     "frameworks": [
30       "Foundation",
31       "AVFoundation",
32       "CoreGraphics",
33       "CoreMedia",
34       "CoreVideo",
35       "QuartzCore"
36     ]
37   },
38   "libraries": "iconv",
39   "public_header_files": [
40     "iphone/**/**/*.h",
41     "include/*.h"
42   ],
43   "requires_arc": false,
44   "compiler_flags": "-w",
45   "xcconfig": {
46     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*][arch=*]": "ZBarReaderViewImpl_Simulator.m",
47     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=*]": "ZBarReaderViewImpl_Capture.m ZBarCaptureReader.m",
48     "GCC_PREPROCESSOR_DEFINITIONS": "NDEBUG=1"
49   }