[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / b / 1 / ScanzyBarcodeScannerSDK / 0.0.4 / ScanzyBarcodeScannerSDK.podspec.json
blob36e1ad37263dd6a686a9b73625171833df9cda19
2   "name": "ScanzyBarcodeScannerSDK",
3   "version": "0.0.4",
4   "summary": "ScanzyBarcodeScannerSDK.",
5   "description": "Scanzy Barcode Scanner SDK, supports various 1D and 2D barcode types.",
6   "homepage": "https://scanzy.com",
7   "license": {
8     "type": "Commercial",
9     "text": "                   Copyright @Scanzy, LLC. 2023\n"
10   },
11   "authors": {
12     "Scanzy": "admin@scanzy.com"
13   },
14   "source": {
15     "http": "https://download.scanzy.com/sdks/ios/ScanzyBarcodeScannerSDK0.0.4.zip"
16   },
17   "vendored_frameworks": "ScanzyBarcodeScannerSDK.xcframework",
18   "platforms": {
19     "ios": "12.0"
20   },
21   "static_framework": true,
22   "resource_bundles": {
23     "ScanzyBarcodeScannerSDK": [
24       "Resources/ScanzyBarcodeScannerSDK.bundle/*"
25     ]
26   },
27   "frameworks": [
28     "AVFoundation",
29     "CoreMedia",
30     "CoreGraphics",
31     "AudioToolbox",
32     "CoreVideo",
33     "QuartzCore"
34   ],
35   "libraries": "c++",
36   "preserve_paths": "ScanzyBarcodeScannerSDK.xcframework/**/*",
37   "xcconfig": {
38     "OTHER_LDFLAGS": "-framework ScanzyBarcodeScannerSDK"
39   }