[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 0 / f / EdgeStoreEngine / 0.2.1 / EdgeStoreEngine.podspec.json
blobd7cb4365f42db957c4b7e6e3839a935a9c34fa65
2   "name": "EdgeStoreEngine",
3   "version": "0.2.1",
4   "summary": "EdgeStore SDK for running EdgeStore Models",
5   "swift_versions": "5.0",
6   "description": "Edge-engine is a simple yet powerful interface to port ML models to phone devices. It automates the underlying hardware utilization and switches between CPU/GPU when required to give maximum throughput.",
7   "homepage": "https://github.com/physxP/EdgeStoreEngineXCFramework",
8   "license": {
9     "type": "Edge Store EULA",
10     "file": "LICENSE"
11   },
12   "authors": "EdgeStore",
13   "source": {
14     "git": "https://github.com/physxP/EdgeStoreEngineXCFramework.git",
15     "tag": "0.2.1"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "dependencies": {
21     "TensorFlowLiteC": [
22       ">=2.5.0"
23     ],
24     "TensorFlowLiteC/CoreML": [
25       ">=2.5.0"
26     ],
27     "TensorFlowLiteC/Metal": [
28       ">=2.5.0"
29     ]
30   },
31   "static_framework": true,
32   "vendored_frameworks": "EdgeStoreEngine.xcframework",
33   "ios": {
34     "public_header_files": "EdgeStoreEngine.xcframework/ios-arm64/*/Headers/*.h",
35     "source_files": "EdgeStoreEngine.xcframework/ios-arm64/*/Headers/*.h"
36   },
37   "swift_version": "5.0"