[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 7 / 2 / ATBarSDK / 1.4.1 / ATBarSDK.podspec.json
blob0a51f089b10ea69cfe278a0708440f60533e992b
2   "name": "ATBarSDK",
3   "version": "1.4.1",
4   "summary": "ATBarSDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Adrift001/ZBar.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrift001": "me@jingxuetao.com"
13   },
14   "source": {
15     "git": "https://github.com/Adrift001/ZBar.git",
16     "tag": "1.4.1"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "public_header_files": [
22     "iphone/**/**/*.h",
23     "include/*.h"
24   ],
25   "source_files": [
26     "include/zbar.h",
27     "zbar/**/*.h",
28     "iphone/*.h",
29     "iphone/include/**/*.h",
30     "zbar/{config,decoder,error,image,img_scanner,refcnt,scanner,symbol}.c",
31     "zbar/decoder/{codabar,code39,code93,code128,databar,ean,i25,qr_finder}.c",
32     "zbar/qrcode/*.c",
33     "iphone/*.m"
34   ],
35   "resources": "iphone/res/{zbar-*.png,zbar-help.html}",
36   "frameworks": [
37     "AVFoundation",
38     "CoreGraphics",
39     "CoreMedia",
40     "CoreVideo",
41     "QuartzCore"
42   ],
43   "libraries": "iconv",
44   "requires_arc": false,
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": "iphone/include/prefix.pch",
51   "compiler_flags": "-w"