[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / d / 3 / FDFramework / 1.0.0 / FDFramework.podspec.json
blob8e4235f9b921e3c11963959e1e07c278a9d12784
2   "name": "FDFramework",
3   "version": "1.0.0",
4   "summary": "Face Movement Detector",
5   "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.",
6   "homepage": "https://github.com/RockinGarg/FDFramework2",
7   "license": "MIT",
8   "authors": {
9     "iOSDev": "gargjatin321@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/RockinGarg/FDFramework2.git",
16     "tag": "1.0.0"
17   },
18   "swift_versions": "5.0",
19   "source_files": "FDFramework/**/*.swift",
20   "static_framework": true,
21   "dependencies": {
22     "Firebase": [
24     ],
25     "Firebase/Analytics": [
27     ],
28     "Firebase/MLVision": [
30     ],
31     "Firebase/MLVisionFaceModel": [
33     ],
34     "Firebase/MLVisionObjectDetection": [
36     ],
37     "Firebase/MLVisionAutoML": [
39     ]
40   },
41   "swift_version": "5.0"