[Add] alivcffmpeg 1.0.1
[CocoaPods.git] / Specs / b / 2 / 4 / opencv-contrib / 0.0.3 / opencv-contrib.podspec.json
blob0cc187794b64846a05e3cf82211d5e7a639fe10d
2   "name": "opencv-contrib",
3   "version": "0.0.3",
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.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "4.0",
22   "preserve_paths": "opencv2.xcframework",
23   "vendored_frameworks": "opencv2.xcframework",
24   "libraries": "c++",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-framework opencv2"
27   },
28   "source_files": "**/*{.h,.hpp}",
29   "public_header_files": "**/*{.h,.hpp}",
30   "swift_version": "4.0"