1fe5cfb17STomasz Sapeta{
2fe5cfb17STomasz Sapeta  "name": "ABI48_0_0EXBarCodeScanner",
3*5ece2fafSKudo Chien  "version": "12.3.2",
4fe5cfb17STomasz Sapeta  "summary": "Allows scanning variety of supported barcodes both as standalone module and as extension for expo-camera. It also allows scanning barcodes from existing images.",
5fe5cfb17STomasz Sapeta  "description": "Allows scanning variety of supported barcodes both as standalone module and as extension for expo-camera. It also allows scanning barcodes from existing images.",
6fe5cfb17STomasz Sapeta  "license": "MIT",
7fe5cfb17STomasz Sapeta  "authors": "650 Industries, Inc.",
8fe5cfb17STomasz Sapeta  "homepage": "https://docs.expo.dev/versions/latest/sdk/bar-code-scanner/",
9fe5cfb17STomasz Sapeta  "platforms": {
10fe5cfb17STomasz Sapeta    "ios": "13.0"
11fe5cfb17STomasz Sapeta  },
12fe5cfb17STomasz Sapeta  "source": {
13fe5cfb17STomasz Sapeta    "git": "https://github.com/expo/expo.git"
14fe5cfb17STomasz Sapeta  },
15fe5cfb17STomasz Sapeta  "static_framework": true,
16fe5cfb17STomasz Sapeta  "dependencies": {
17fe5cfb17STomasz Sapeta    "ZXingObjC/PDF417": [],
18fe5cfb17STomasz Sapeta    "ZXingObjC/OneD": [],
19fe5cfb17STomasz Sapeta    "ABI48_0_0ExpoModulesCore": [],
20fe5cfb17STomasz Sapeta    "ABI48_0_0EXImageLoader": []
21fe5cfb17STomasz Sapeta  },
22fe5cfb17STomasz Sapeta  "pod_target_xcconfig": {
23fe5cfb17STomasz Sapeta    "GCC_PREPROCESSOR_DEFINITIONS": "ZXINGOBJC_USE_SUBSPECS ZXINGOBJC_PDF417 ZXINGOBJC_ONED",
24fe5cfb17STomasz Sapeta    "DEFINES_MODULE": "YES",
25fe5cfb17STomasz Sapeta    "SWIFT_COMPILATION_MODE": "wholemodule"
26fe5cfb17STomasz Sapeta  },
27fe5cfb17STomasz Sapeta  "source_files": "EXBarCodeScanner/**/*.{h,m,swift}"
28fe5cfb17STomasz Sapeta}
29