[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / e / ImageRecognition / 0.2.1 / ImageRecognition.podspec.json
blob8db086d6d1113e0a2cc963dcce5099ba55609e4c
2   "name": "ImageRecognition",
3   "version": "0.2.1",
4   "summary": "A library to recognize objects and faces from image and video",
5   "homepage": "https://github.com/stingle/image-recognition-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Stingle",
11   "platforms": {
12     "ios": "14.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/stingle/image-recognition-ios.git",
17     "tag": "0.2.1"
18   },
19   "static_framework": true,
20   "dependencies": {
21     "TensorFlowLiteSwift": [
22       "~> 2.9.1"
23     ],
24     "TensorFlowLiteSwift/CoreML": [
25       "~> 2.9.1"
26     ]
27   },
28   "ios": {
29     "frameworks": [
30       "Vision",
31       "UIKit",
32       "Photos"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Common",
38       "source_files": "ImageRecognition/Classes/Common/**/*.swift"
39     },
40     {
41       "name": "TensorFlow",
42       "source_files": "ImageRecognition/Classes/TensorFlow/**/*.swift",
43       "dependencies": {
44         "ImageRecognition/Common": [
46         ]
47       },
48       "subspecs": [
49         {
50           "name": "Models",
51           "resources": "ImageRecognition/Classes/TensorFlow/Models/*.{tflite,txt}"
52         }
53       ]
54     }
55   ],
56   "swift_version": "5.0"