[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / b / f / 1 / ZBarSDK / 1.3.1 / ZBarSDK.podspec.json
blob2a9801c0848d1c9d451b1a6b4fbff024a40a30c3
2   "name": "ZBarSDK",
3   "version": "1.3.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.3.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   "public_header_files": [
19     "iphone/**/**/*.h",
20     "include/*.h"
21   ],
22   "source_files": [
23     "include/zbar.h",
24     "zbar/**/*.h",
25     "iphone/*.h",
26     "iphone/include/**/*.h",
27     "zbar/{config,decoder,error,image,img_scanner,refcnt,scanner,symbol}.c",
28     "zbar/decoder/{codabar,code39,code93,code128,databar,ean,i25,qr_finder}.c",
29     "zbar/qrcode/*.c",
30     "iphone/*.m"
31   ],
32   "resources": "iphone/res/{zbar-*.png,zbar-help.html}",
33   "frameworks": [
34     "AVFoundation",
35     "CoreGraphics",
36     "CoreMedia",
37     "CoreVideo",
38     "QuartzCore"
39   ],
40   "libraries": "iconv",
41   "xcconfig": {
42     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*][arch=*]": "ZBarReaderViewImpl_Simulator.m",
43     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=*]": "ZBarReaderViewImpl_Capture.m ZBarCaptureReader.m",
44     "GCC_PREPROCESSOR_DEFINITIONS": "NDEBUG=1"
45   },
46   "prefix_header_file": "iphone/include/prefix.pch",
47   "compiler_flags": "-w",
48   "requires_arc": false