[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 1 / d / YTOZBarSDK / 1.0.9 / YTOZBarSDK.podspec.json
blob155ec55e48c1d08b6de3cb4a091a54c563a0bee0
2   "name": "YTOZBarSDK",
3   "version": "1.0.9",
4   "summary": "QR and barcode scan library.",
5   "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.",
6   "homepage": "http://10.130.132.94:8099/third/YTOZBarSDK.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Micheal": "392356785@qq.com"
13   },
14   "source": {
15     "git": "http://10.130.132.94:8099/third/YTOZBarSDK.git",
16     "tag": "1.0.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "YTOZBarSDK/Classes/include/zbar.h",
23     "YTOZBarSDK/Classes/zbar/**/*.h",
24     "YTOZBarSDK/Classes/iphone/*.h",
25     "YTOZBarSDK/Classes/iphone/include/**/*.h",
26     "YTOZBarSDK/Classes/zbar/{config,decoder,error,image,img_scanner,refcnt,scanner,symbol}.c",
27     "YTOZBarSDK/Classes/zbar/decoder/{codabar,code39,code93,code128,databar,ean,i25,qr_finder}.c",
28     "YTOZBarSDK/Classes/zbar/qrcode/*.c",
29     "YTOZBarSDK/Classes/iphone/*.m"
30   ],
31   "public_header_files": [
32     "YTOZBarSDK/Classes/iphone/**/**/*.h",
33     "YTOZBarSDK/Classes/include/*.h"
34   ],
35   "resources": "YTOZBarSDK/Classes/iphone/res/{zbar-*.png,zbar-help.html}",
36   "frameworks": [
37     "AVFoundation",
38     "CoreGraphics",
39     "CoreMedia",
40     "CoreVideo",
41     "QuartzCore",
42     "UIKit"
43   ],
44   "libraries": "iconv",
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   },
50   "prefix_header_file": "YTOZBarSDK/Classes/iphone/include/prefix.pch",
51   "compiler_flags": "-w",
52   "requires_arc": false