[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 7 / b / ZXing / 2.0 / ZXing.podspec.json
blob2b4dcae6d82ffa1ed2e5f27103eb964e72ecc212
2   "name": "ZXing",
3   "version": "2.0",
4   "summary": "Multi-format 1D/2D barcode image processing library.",
5   "homepage": "http://code.google.com/p/zxing/",
6   "authors": "ZXing team (http://code.google.com/p/zxing/people/list)",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "COPYING"
10   },
11   "source": {
12     "svn": "http://zxing.googlecode.com/svn/",
13     "tag": "2.0"
14   },
15   "preserve_paths": [
16     "cpp/core/src/zxing/**/*.h",
17     "objc/src/ZXing/*.h"
18   ],
19   "source_files": [
20     "cpp/core/src/zxing/**/*.cpp",
21     "objc/src/ZXing/*.{m,mm}"
22   ],
23   "compiler_flags": "-IZXing/cpp/core/src/ -IZXing/objc/src/",
24   "requires_arc": false,
25   "prefix_header_contents": "#ifdef __OBJC__\n  #import <ImageIO/CGImageSource.h>\n#endif\n",
26   "libraries": [
27     "stdc++",
28     "iconv"
29   ],
30   "frameworks": [
31     "AddressBook",
32     "AudioToolbox",
33     "AVFoundation",
34     "CoreGraphics",
35     "CoreMedia",
36     "CoreVideo",
37     "ImageIO"
38   ],
39   "subspecs": [
40     {
41       "name": "ios",
42       "platforms": {
43         "ios": "4.3"
44       },
45       "source_files": "iphone/ZXingWidget/Classes/**/*.{h,m,mm}",
46       "compiler_flags": [
47         "-IZXing/cpp/core/src/zxing/",
48         "-IZXing/iphone/ZXingWidget/Classes/"
49       ],
50       "xcconfig": {
51         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/ZXing/cpp/core/src/ ${PODS_ROOT}/ZXing/iphone/ZXingWidget/Classes/**"
52       },
53       "frameworks": [
54         "AddressBookUI",
55         "QuartzCore"
56       ]
57     }
58   ]