[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 2 / 4 / opencv-contrib / 0.0.2 / opencv-contrib.podspec.json
blob19eb6dc422d7eb8ee276971b94e448a856deec6e
2   "name": "opencv-contrib",
3   "version": "0.0.2",
4   "summary": "c++ opencv2 framework for ios",
5   "description": "This pod serves as just includer of c++ opencv2 library, but it doesn't contain any swift or obj-c code.",
6   "homepage": "https://gitlab.com/martingeorgiu/opencv-contrib-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "martingeorgiu": "martin.georgiu@gmail.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/martingeorgiu/opencv-contrib-ios",
16     "tag": "0.0.2"
17   },
18   "user_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "platforms": {
25     "ios": "9.0"
26   },
27   "swift_versions": "4.0",
28   "preserve_paths": "opencv2.framework",
29   "vendored_frameworks": "opencv2.framework",
30   "libraries": "c++",
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-framework opencv2"
33   },
34   "source_files": "**/*{.h,.hpp}",
35   "public_header_files": "**/*{.h,.hpp}",
36   "swift_version": "4.0"