| { |
| "name": "FDFramework", |
| "version": "1.0.0", |
| "summary": "Face Movement Detector", |
| "description": "Face Detection Framework that detect face movemnet is Straight, Left or Up. 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://github.com/RockinGarg/FDFramework2", |
| "license": "MIT", |
| "authors": { |
| "iOSDev": "gargjatin321@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/RockinGarg/FDFramework2.git", |
| "tag": "1.0.0" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "FDFramework/**/*.swift", |
| "static_framework": true, |
| "dependencies": { |
| "Firebase": [ |
| |
| ], |
| "Firebase/Analytics": [ |
| |
| ], |
| "Firebase/MLVision": [ |
| |
| ], |
| "Firebase/MLVisionFaceModel": [ |
| |
| ], |
| "Firebase/MLVisionObjectDetection": [ |
| |
| ], |
| "Firebase/MLVisionAutoML": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |