1{
2  "name": "ABI47_0_0EXBarCodeScanner",
3  "version": "12.0.0",
4  "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.",
5  "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.",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://docs.expo.dev/versions/latest/sdk/bar-code-scanner/",
9  "platforms": {
10    "ios": "13.0"
11  },
12  "source": {
13    "git": "https://github.com/expo/expo.git"
14  },
15  "static_framework": true,
16  "dependencies": {
17    "ZXingObjC/PDF417": [],
18    "ZXingObjC/OneD": [],
19    "ABI47_0_0ExpoModulesCore": [],
20    "ABI47_0_0EXImageLoader": []
21  },
22  "pod_target_xcconfig": {
23    "GCC_PREPROCESSOR_DEFINITIONS": "ZXINGOBJC_USE_SUBSPECS ZXINGOBJC_PDF417 ZXINGOBJC_ONED"
24  },
25  "source_files": "EXBarCodeScanner/**/*.{h,m}"
26}
27