[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 1 / SSOpenCV / 1.0.0 / SSOpenCV.podspec.json
blobbfb47319f1aa7935f35feb1a0b57b7fdbbb1d21f
2   "name": "SSOpenCV",
3   "version": "1.0.0",
4   "summary": "OpenCV (Computer Vision) for iOS.",
5   "description": "OpenCV: Open Source Computer Vision Library",
6   "homepage": "https://github.com/suunc-suunc/SSOpenCV.git",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SUUNC": "suunc.suunc@gmail.com"
13   },
14   "source": {
15     "http": "https://github.com/opencv/opencv/releases/download/4.5.4/opencv-4.5.4-ios-framework.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "opencv2.framework/Versions/A/Headers/**/*{.h,.hpp}",
21   "public_header_files": "opencv2.framework/Versions/A/Headers/**/*{.h,.hpp}",
22   "header_mappings_dir": "opencv2.framework/Versions/A/Headers/",
23   "vendored_frameworks": "opencv2.framework",
24   "preserve_paths": "opencv2.framework",
25   "header_dir": "opencv2",
26   "frameworks": [
27     "Accelerate",
28     "AssetsLibrary",
29     "AVFoundation",
30     "CoreGraphics",
31     "CoreImage",
32     "CoreMedia",
33     "CoreVideo",
34     "Foundation",
35     "QuartzCore",
36     "UIKit"
37   ],
38   "libraries": [
39     "z",
40     "stdc++"
41   ],
42   "requires_arc": false