2 "name": "opencv-contrib",
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",
12 "martingeorgiu": "martin.georgiu@gmail.com"
15 "git": "https://gitlab.com/martingeorgiu/opencv-contrib-ios",
18 "user_target_xcconfig": {
19 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21 "pod_target_xcconfig": {
22 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27 "swift_versions": "4.0",
28 "preserve_paths": "opencv2.framework",
29 "vendored_frameworks": "opencv2.framework",
32 "OTHER_LDFLAGS": "-framework opencv2"
34 "source_files": "**/*{.h,.hpp}",
35 "public_header_files": "**/*{.h,.hpp}",
36 "swift_version": "4.0"