[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 7 / e / ImageRecognition / 0.1.0 / ImageRecognition.podspec.json
blob4ad2f8c95754dab1deb90b102546828127114929
2   "name": "ImageRecognition",
3   "version": "0.1.0",
4   "summary": "A library to recognize objects and faces from image",
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.1.0"
18   },
19   "static_framework": true,
20   "dependencies": {
21     "TensorFlowLiteSwift": [
22       "~> 2.7.0"
23     ],
24     "TensorFlowLiteSwift/CoreML": [
25       "~> 2.7.0"
26     ]
27   },
28   "ios": {
29     "frameworks": [
30       "Vision",
31       "UIKit",
32       "Photos"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "subspecs": [
42     {
43       "name": "Common",
44       "source_files": "ImageRecognition/Classes/Common/**/*.swift"
45     },
46     {
47       "name": "TensorFlow",
48       "source_files": "ImageRecognition/Classes/TensorFlow/**/*.swift",
49       "dependencies": {
50         "ImageRecognition/Common": [
52         ]
53       },
54       "subspecs": [
55         {
56           "name": "Models",
57           "resources": "ImageRecognition/Classes/TensorFlow/Models/*.{tflite,txt}"
58         }
59       ]
60     }
61   ],
62   "swift_version": "5.0"