[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 9 / 4 / FritzVision / 7.0.1 / FritzVision.podspec.json
blob1ed15d330ae72b9dde712f61e92eaa9678b6a2fd
2   "name": "FritzVision",
3   "version": "7.0.1",
4   "summary": "Official Fritz SDK for Swift 5.0 and Objective-C",
5   "homepage": "https://fritz.ai",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Jameson Toole": "info@fritz.ai"
12   },
13   "source": {
14     "git": "https://github.com/fritzlabs/fritz-ai-ios-sdk.git",
15     "tag": "7.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "weak_frameworks": "CoreML",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "dependencies": {
30     "FritzCore": [
31       "7.0.1"
32     ],
33     "FritzManagedModel": [
34       "7.0.1"
35     ],
36     "FritzCoreMLHelpers": [
37       "7.0.1"
38     ]
39   },
40   "source_files": "Source/FritzVision/**/*.{h,swift,c,mlmodel}",
41   "resources": [
42     "Source/FritzVision/ObjectDetection/Helpers/Anchors.csv"
43   ],
44   "swift_version": "5.0"