[Add] SwiftCoreData 0.6.2
[CocoaPods.git] / Specs / d / 0 / f / EdgeStoreEngine / 0.1.4 / EdgeStoreEngine.podspec.json
blobcbc3b5b9191d5cf9a59ca429994994ec03056aea
2   "name": "EdgeStoreEngine",
3   "version": "0.1.4",
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": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "EdgeStore",
13   "source": {
14     "git": "https://github.com/physxP/EdgeStoreEngineXCFramework.git",
15     "tag": "0.1.4"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "dependencies": {
21     "TensorFlowLiteC": [
22       "<=2.9.0"
23     ]
24   },
25   "static_framework": true,
26   "vendored_frameworks": "EdgeStoreEngine.xcframework",
27   "ios": {
28     "public_header_files": "EdgeStoreEngine.xcframework/ios-arm64/*/Headers/*.h",
29     "source_files": "EdgeStoreEngine.xcframework/ios-arm64/*/Headers/*.h"
30   },
31   "swift_version": "5.0"