[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / 4 / LenzSDK / 0.0.1 / LenzSDK.podspec.json
blob246348f32c0d720addc934adc9cf27d66dfec0a0
2   "name": "LenzSDK",
3   "version": "0.0.1",
4   "summary": "A short description of LenzSDK.",
5   "description": "this  is the long description",
6   "homepage": "https://github.com/traxchina/LenzSDK.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dawei.xu@traxretail.com": "dawei.xu@traxretail.com"
13   },
14   "source": {
15     "git": "https://github.com/traxchina/LenzSDK.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "LenzCameraNativeModuleForRN/Classes/**/*",
22   "resource_bundles": {
23     "LenzCameraNativeModuleForRN": [
24       "LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}",
25       "LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}"
26     ]
27   },
28   "public_header_files": "LenzCameraNativeModuleForRN/Classes/headers/*.h",
29   "frameworks": [
30     "UIKit",
31     "MapKit",
32     "WebKit",
33     "AdSupport",
34     "Accelerate",
35     "MediaPlayer",
36     "CoreData",
37     "SystemConfiguration",
38     "CoreServices",
39     "AssetsLibrary",
40     "CoreTelephony",
41     "CoreMotion",
42     "Photos",
43     "AVFoundation",
44     "CoreMedia"
45   ],
46   "vendored_frameworks": [
47     "LenzTensorFlowSDK.framework",
48     "LenzStitchSDK.framework"
49   ],
50   "libraries": [
51     "c++",
52     "z"
53   ],
54   "dependencies": {
55     "Masonry": [
56       "1.1.0"
57     ],
58     "YYText": [
60     ],
61     "YBImageBrowser": [
63     ],
64     "SVProgressHUD": [
65       "~> 2.2.5"
66     ],
67     "OpenCV2": [
68       "~> 4.3.0"
69     ],
70     "TensorFlowLite": [
71       "~> 1.13.1"
72     ]
73   },
74   "pod_target_xcconfig": {
75     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
76   },
77   "user_target_xcconfig": {
78     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
79   }