blob: 48c0bcc86662a15a7894e3924829158f9963bfe6 [file] [log] [blame]
{
"name": "Spokestack-iOS",
"module_name": "Spokestack",
"version": "12.0.1",
"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": "12.0.1"
},
"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": [
"~> 1.14.0"
],
"filter_audio": [
"~> 0.5.0"
]
},
"static_framework": true,
"swift_version": "5.0"
}