blob: 1fd53fc95134a56f0b7f38c9ec6ec79e4a22665e [file] [log] [blame]
{
"name": "FritzCoreMLHelpers",
"version": "7.0.1",
"summary": "Types and functions that make it a little easier to work with Core ML in Swift.",
"homepage": "https://github.com/hollance/CoreMLHelpers",
"authors": {
"Matthijs Hollemans": "matt@machinethink.net"
},
"source": {
"git": "https://github.com/fritzlabs/fritz-ai-ios-sdk.git",
"tag": "7.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"weak_frameworks": "CoreML",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"source_files": "Source/FritzCoreMLHelpers/**/*.{h,swift}",
"swift_version": "5.0"
}