blob: d596141069fd224b2d52027c4563c653a313b0c2 [file] [log] [blame]
{
"name": "FritzVisionObjectModelFast",
"version": "4.2.3",
"summary": "Official Fritz SDK for Swift 5.1 and Objective-C",
"homepage": "https://www.fritz.ai",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"Chris Kelly": "engineering@fritz.ai"
},
"source": {
"http": "https://github.com/fritzlabs/swift-framework/releases/download/4.2.3/FritzVisionObjectModelFast.zip"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"Accelerate",
"CoreImage",
"VideoToolbox"
],
"weak_frameworks": [
"CoreML",
"Vision"
],
"dependencies": {
"FritzBase/Vision": [
"~> 4.2.0"
]
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"vendored_frameworks": "Frameworks/FritzVisionObjectModelFast.framework",
"swift_version": "5.1"
}