[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 1 / ZBarSDK / 1.2.1 / ZBarSDK.podspec.json
blob09a01b7629bfbe163501b36289ef66acabc39a51
2   "name": "ZBarSDK",
3   "version": "1.2.1",
4   "platforms": {
5     "ios": null
6   },
7   "license": "GNU LGPL 2.1",
8   "summary": "QR and barcode scan library.",
9   "homepage": "http://zbar.sourceforge.net/",
10   "authors": {
11     "Jeff Brown": "spadix@users.sourceforge.net"
12   },
13   "source": {
14     "git": "https://github.com/ZBar/ZBar.git",
15     "tag": "iPhoneSDK-1.2.1"
16   },
17   "description": "ZBar is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.",
18   "resources": "iphone/res/{zbar-*.png,zbar-help.html}",
19   "source_files": [
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/{code128,code39,ean,i25,qr_finder,databar,code93}.c",
26     "zbar/qrcode/{bch15_5,binarize,isaac,qrdec,qrdectxt,rs,util}.c",
27     "iphone/*.m"
28   ],
29   "header_mappings_dir": "zbar",
30   "frameworks": [
31     "AVFoundation",
32     "CoreGraphics",
33     "CoreMedia",
34     "CoreVideo",
35     "QuartzCore"
36   ],
37   "libraries": "iconv",
38   "xcconfig": {
39     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*][arch=*]": "ZBarReaderViewImpl_Simulator.m",
40     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=*]": "ZBarReaderViewImpl_Capture.m ZBarCaptureReader.m",
41     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NDEBUG=1"
42   },
43   "prefix_header_file": "iphone/include/prefix.pch",
44   "requires_arc": false