From af7464032574d61d0ed2200a2ebb457380f43c7f Mon Sep 17 00:00:00 2001 From: Carlos Olmendo Date: Fri, 23 Aug 2019 05:32:02 -0400 Subject: [PATCH] [Add] FaceAuth 1.0.2 --- Specs/c/4/3/FaceAuth/1.0.2/FaceAuth.podspec.json | 48 ++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Specs/c/4/3/FaceAuth/1.0.2/FaceAuth.podspec.json diff --git a/Specs/c/4/3/FaceAuth/1.0.2/FaceAuth.podspec.json b/Specs/c/4/3/FaceAuth/1.0.2/FaceAuth.podspec.json new file mode 100644 index 000000000000..5e5f077e5f80 --- /dev/null +++ b/Specs/c/4/3/FaceAuth/1.0.2/FaceAuth.podspec.json @@ -0,0 +1,48 @@ +{ + "name": "FaceAuth", + "version": "1.0.2", + "summary": "Face Movement Detector", + "description": "Face Detection Framework that detect face movemnet is Straight, Left, Right, Smile. It make use of firebase ML-Kit to detect face movement. It is as easy to integrate just import this required framework and you are all set up for the tasl of face detection.", + "homepage": "https://bitbucket.org/%7B5ca15cdf-0750-4d9c-862f-cecb5726d419%7D/", + "license": "MIT", + "authors": { + "Carlos": "carlos.olmedo@nodalblock.com" + }, + "platforms": { + "ios": "10.0" + }, + "resources": "FaceAuth/**/Resources/*", + "source": { + "git": "https://Shiffa_khurana2017:welcome2india@bitbucket.org/nodalblock_projects/onboarding-lib-ios", + "commit": "b45891c", + "tag": "1.0.2" + }, + "swift_versions": "5.0", + "source_files": "FaceAuth/**/*.swift", + "static_framework": true, + "frameworks": "AVFoundation", + "dependencies": { + "Firebase": [ + + ], + "Firebase/Analytics": [ + + ], + "Firebase/MLVision": [ + + ], + "Firebase/MLVisionFaceModel": [ + + ], + "Firebase/MLVisionObjectDetection": [ + + ], + "Firebase/MLVisionAutoML": [ + + ], + "Alamofire": [ + + ] + }, + "swift_version": "5.0" +} -- 2.11.4.GIT