[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 6 / 3 / 5 / FritzBase / 7.0.1 / FritzBase.podspec.json
blobc36e9e48e6ae5b3bd86a7319342f249dc2f0863d
2   "name": "FritzBase",
3   "version": "7.0.1",
4   "summary": "Official Fritz SDK for Swift 5.1 and Objective-C",
5   "homepage": "https://www.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   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "AVFoundation",
22     "Accelerate",
23     "CoreImage",
24     "VideoToolbox"
25   ],
26   "weak_frameworks": [
27     "CoreML",
28     "Vision"
29   ],
30   "platforms": {
31     "ios": "12.0"
32   },
33   "swift_versions": "5.1",
34   "pod_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "default_subspecs": "ManagedModel",
41   "subspecs": [
42     {
43       "name": "Core",
44       "dependencies": {
45         "FritzCore": [
46           "7.0.1"
47         ]
48       }
49     },
50     {
51       "name": "ManagedModel",
52       "dependencies": {
53         "FritzManagedModel": [
54           "7.0.1"
55         ]
56       }
57     },
58     {
59       "name": "CoreMLHelpers",
60       "dependencies": {
61         "FritzCoreMLHelpers": [
62           "7.0.1"
63         ]
64       }
65     },
66     {
67       "name": "Vision",
68       "dependencies": {
69         "FritzVision": [
70           "7.0.1"
71         ]
72       }
73     }
74   ],
75   "swift_version": "5.1"