[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 6 / a / zxing-cpp / 2.2.0 / zxing-cpp.podspec.json
blobe09cc9da906d504aa0e0c20a631df325c02c67fd
2   "name": "zxing-cpp",
3   "version": "2.2.0",
4   "summary": "C++ port of ZXing",
5   "homepage": "https://github.com/zxing-cpp/zxing-cpp",
6   "authors": "axxel",
7   "readme": "https://raw.githubusercontent.com/zxing-cpp/zxing-cpp/master/wrappers/ios/README.md",
8   "license": {
9     "type": "Apache License 2.0",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/zxing-cpp/zxing-cpp.git",
14     "tag": "v2.2.0"
15   },
16   "module_name": "ZXingCpp",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "libraries": [
21     "c++"
22   ],
23   "pod_target_xcconfig": {
24     "CLANG_CXX_LANGUAGE_STANDARD": "c++20"
25   },
26   "default_subspecs": "Wrapper",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "core/src/**/*.{h,c,cpp}",
31       "private_header_files": "core/src/**/*.h"
32     },
33     {
34       "name": "Wrapper",
35       "dependencies": {
36         "zxing-cpp/Core": [
38         ]
39       },
40       "frameworks": [
41         "CoreGraphics",
42         "CoreImage",
43         "CoreVideo"
44       ],
45       "source_files": "wrappers/ios/Sources/Wrapper/**/*.{h,m,mm}",
46       "public_header_files": [
47         "wrappers/ios/Sources/Wrapper/Reader/{ZXIBarcodeReader,ZXIResult,ZXIPosition,ZXIPoint,ZXIGTIN,ZXIReaderOptions}.h",
48         "wrappers/ios/Sources/Wrapper/Writer/{ZXIBarcodeWriter,ZXIWriterOptions}.h",
49         "wrappers/ios/Sources/Wrapper/{ZXIErrors,ZXIFormat}.h"
50       ],
51       "exclude_files": "wrappers/ios/Sources/Wrapper/UmbrellaHeader.h"
52     }
53   ]