[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / 8 / 6 / e / TFLiteSwift-Vision / 0.2.8 / TFLiteSwift-Vision.podspec.json
blob9d21a51467788296b5ddd5c5ac4c8a91198199c2
2   "name": "TFLiteSwift-Vision",
3   "version": "0.2.8",
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": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tucan9389": "tucan.dev@gmail.com",
13     "Seonghun23": "kimsh777kr@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/tucan9389/TFLiteSwift-Vision.git",
17     "tag": "0.2.8"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "TFLiteSwift-Vision/Classes/**/*",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "static_framework": true,
31   "dependencies": {
32     "TensorFlowLiteSwift/CoreML": [
33       "~> 2.4.0"
34     ]
35   },
36   "swift_version": "5.0"