blob: bc4d98aabb1bd732fd80fbe2b657668020dffcdf [file] [log] [blame]
{
"name": "Spokestack-iOS",
"module_name": "Spokestack",
"version": "14.0.0",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"summary": "Spokestack provides an extensible speech interface for the iOS platform.",
"homepage": "https://www.spokestack.io",
"authors": {
"Spokestack": "support@spokestack.io"
},
"source": {
"git": "https://github.com/spokestack/spokestack-ios.git",
"tag": "14.0.0",
"branch": "release"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"ios": {
"frameworks": [
"AVFoundation",
"CoreML"
]
},
"exclude_files": [
"SpokestackFrameworkExample/*.*",
"SpokestackTests/*.*",
"Spokestack/Info.plist"
],
"source_files": "Spokestack/**/*.{swift,h,m,c}",
"public_header_files": "Spokestack/Spokestack.h",
"dependencies": {
"TensorFlowLiteSwift": [
"~> 2.3.0"
],
"filter_audio": [
"~> 0.5.0"
]
},
"static_framework": true,
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64",
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64",
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"swift_version": "5.0"
}