[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / 4 / b / 5 / LBXZBarSDK / 1.3.3 / LBXZBarSDK.podspec.json
blob0b8bd5f1639bdca3c89b58957a54ec85a2002641
2   "name": "LBXZBarSDK",
3   "version": "1.3.3",
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.3"
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   ],
44   "requires_arc": false,
45   "compiler_flags": "-w",
46   "xcconfig": {
47     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*][arch=*]": "ZBarReaderViewImpl_Simulator.m",
48     "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=*]": "ZBarReaderViewImpl_Capture.m ZBarCaptureReader.m",
49     "GCC_PREPROCESSOR_DEFINITIONS": "NDEBUG=1"
50   }