[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 8 / 6 / e / TFLiteSwift-Vision / 0.1.1 / TFLiteSwift-Vision.podspec.json
blob163f8eb496b3aef73057220aeedfa844d5e4f6b9
2   "name": "TFLiteSwift-Vision",
3   "version": "0.1.1",
4   "summary": "A layer for vision's pre/post-processing when you are using TensorFlowLiteSwift",
5   "description": "This framework is a layer for vision's preprocessing and postprocessing when you are using TensorFlowLiteSwift. You can use TFLiteSwift-Vision, if you want to implemented preprocessing and postprocessing functions in the repository.",
6   "homepage": "https://github.com/tucan9389/TFLiteSwift-Vision",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tucan9389": "tucan.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tucan9389/TFLiteSwift-Vision.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "TFLiteSwift-Vision/Classes/**/*",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "static_framework": true,
30   "dependencies": {
31     "TensorFlowLiteSwift/CoreML": [
32       "~> 2.4.0"
33     ]
34   },
35   "swift_version": "5.0"