[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / a / opencv-rne / 0.1.0 / opencv-rne.podspec.json
blob2961434f4f2f35a9800c884a5ac3788913989fab
2   "name": "opencv-rne",
3   "version": "0.1.0",
4   "summary": "OpenCV for iOS, compatible with react-native-executorch.",
5   "homepage": "https://github.com/software-mansion-labs/opencv-rne.git",
6   "authors": {
7     "Jakub Mroz": "jakub.mroz@swmansion.com"
8   },
9   "license": {
10     "type": "Apache License 2.0",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/software-mansion-labs/opencv-rne.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "15.1"
19   },
20   "preserve_paths": "opencv2.xcframework",
21   "vendored_frameworks": "opencv2.xcframework",
22   "requires_arc": false,
23   "ios": {
24     "frameworks": [
25       "AssetsLibrary",
26       "AVFoundation",
27       "CoreGraphics",
28       "CoreMedia",
29       "CoreVideo",
30       "Foundation",
31       "QuartzCore",
32       "UIKit"
33     ]
34   },
35   "libraries": [
36     "c++",
37     "stdc++"
38   ],
39   "pod_target_xcconfig": {
40     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
41     "CLANG_CXX_LIBRARY": "libc++"
42   }