[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / d / 1 / f / AVFaceDetectionCam / 1.1.0 / AVFaceDetectionCam.podspec.json
blob51047a5590636b658df96dcd249fc8c0e00d94b7
2   "name": "AVFaceDetectionCam",
3   "version": "1.1.0",
4   "summary": "A framework that creates a custom AVFoundation camera that uses ML Kit to return an image with a human face",
5   "homepage": "https://github.com/Ali0Maher/AVFaceDetectionCam",
6   "authors": {
7     "Ali Maher": "ali.maheir@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "13.0"
15   },
16   "swift_versions": "5.0",
17   "source": {
18     "http": "https://raw.githubusercontent.com/Ali0Maher/AVFaceDetectionCamFrameworks/master/AVFaceDetectionCam.framework1.1.0.zip"
19   },
20   "ios": {
21     "vendored_frameworks": "AVFaceDetectionCam.framework"
22   },
23   "preserve_paths": "AVFaceDetectionCam.framework",
24   "source_files": "AVFaceDetectionCam.framework/Headers/*.h",
25   "public_header_files": "AVFaceDetectionCam.framework/Headers/*.h",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "VALID_ARCHS": "arm64 arm64e"
29   },
30   "frameworks": "AVFoundation",
31   "dependencies": {
32     "GoogleMLKit/FaceDetection": [
34     ]
35   },
36   "swift_version": "5.0"