4 "summary": "C++ port of ZXing",
5 "homepage": "https://github.com/zxing-cpp/zxing-cpp",
7 "readme": "https://raw.githubusercontent.com/zxing-cpp/zxing-cpp/master/wrappers/ios/README.md",
9 "type": "Apache License 2.0",
13 "git": "https://github.com/zxing-cpp/zxing-cpp.git",
16 "module_name": "ZXingCpp",
23 "pod_target_xcconfig": {
24 "CLANG_CXX_LANGUAGE_STANDARD": "c++20"
26 "default_subspecs": "Wrapper",
30 "source_files": "core/src/**/*.{h,c,cpp}",
31 "private_header_files": "core/src/**/*.h"
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"
51 "exclude_files": "wrappers/ios/Sources/Wrapper/UmbrellaHeader.h"