blob: 8f4ba03e33d84b269962abbe84ed372a456f691f [file] [log] [blame]
{
"name": "SpokestackTray-iOS",
"module_name": "SpokestackTray",
"version": "0.0.5",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"summary": "Spokestack provides an extensible speech UI interface",
"homepage": "https://www.spokestack.io",
"authors": {
"Spokestack": "support@spokestack.io"
},
"source": {
"git": "https://github.com/spokestack/spokestack-tray-ios.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"exclude_files": [
"SpokestackTrayExample/*.*",
"SpokestackTray/Info.plist"
],
"source_files": "SpokestackTray/**/*.{swift,h,m,c}",
"public_header_files": "SpokestackTray/SpokestackTray.h",
"dependencies": {
"Spokestack-iOS": [
"13.1.4"
]
},
"static_framework": true,
"swift_version": "5.0"
}