blob: fa836700b733a356f4f358cc6a512cdf0be4cc55 [file] [log] [blame]
{
"name": "AVFaceDetectionCam",
"version": "1.1.1",
"summary": "A framework that creates a custom AVFoundation camera that uses ML Kit to return an image with a human face",
"homepage": "https://github.com/Ali0Maher/AVFaceDetectionCam",
"authors": {
"Ali Maher": "ali.maheir@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source": {
"http": "https://raw.githubusercontent.com/Ali0Maher/AVFaceDetectionCamFrameworks/master/AVFaceDetectionCam.framework1.1.1.zip"
},
"ios": {
"vendored_frameworks": "AVFaceDetectionCam.framework"
},
"preserve_paths": "AVFaceDetectionCam.framework",
"source_files": "AVFaceDetectionCam.framework/Headers/*.h",
"public_header_files": "AVFaceDetectionCam.framework/Headers/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 arm64e"
},
"frameworks": "AVFoundation",
"dependencies": {
"GoogleMLKit/FaceDetection": [
]
},
"swift_version": "5.0"
}