blob: 1f34d62dd611a3bb1793414b27aa05fcc9efd249 [file] [log] [blame]
{
"name": "Fritz",
"version": "1.0.0-beta.16",
"summary": "Official Fritz SDK for Swift 4.1 and Objective-C",
"homepage": "https://fritz.ai",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"Andrew Barba": "andrew@fritz.ai"
},
"source": {
"git": "https://github.com/fritzlabs/swift-framework.git",
"tag": "1.0.0-beta.16"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"frameworks": [
"UIKit",
"CoreML",
"Foundation"
],
"default_subspecs": "ManagedModel",
"subspecs": [
{
"name": "ManagedModel",
"dependencies": {
"Fritz/Core": [
]
},
"vendored_frameworks": "Frameworks/FritzManagedModel.framework"
},
{
"name": "Core",
"preserve_paths": "CoreOnly/Sources/module.modulemap",
"source_files": "CoreOnly/Sources/Fritz.h",
"user_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/Fritz/CoreOnly/Sources"
},
"vendored_frameworks": "Frameworks/FritzCore.framework"
},
{
"name": "Vision",
"dependencies": {
"Fritz/Core": [
]
},
"vendored_frameworks": "Frameworks/FritzVision.framework"
},
{
"name": "VisionLabelModel",
"dependencies": {
"Fritz/Core": [
],
"Fritz/Vision": [
]
},
"vendored_frameworks": "Frameworks/FritzVisionLabelModel.framework"
}
]
}