[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / EdgeEngine / 1.0.0 / EdgeEngine.podspec.json
blob0598796bf5ded3edb9aff3c26281061ad87bfa8f
2   "name": "EdgeEngine",
3   "version": "1.0.0",
4   "summary": "Edge-engine is a simple yet powerful interface to run ML models",
5   "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.",
6   "homepage": "https://edgestore.ai",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mautisim Munir": "mautisim@edgestore.ai"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "http": "https://edge-engine-store.s3.amazonaws.com/libs/ios/EdgeEngine/pod/EdgeEngine.zip"
19   },
20   "source_files": "frameworks/EdgeEngine.framework/Headers/*.h",
21   "public_header_files": "frameworks/EdgeEngine.framework/Headers/*.h",
22   "static_framework": true,
23   "ios": {
24     "vendored_frameworks": [
25       "frameworks/EdgeEngine.framework",
26       "frameworks/opencv2.framework"
27     ]
28   },
29   "libraries": "stdc++",
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   }