blob: 608524dad384534a84e124963e9c7b54289c9017 [file] [log] [blame]
{
"name": "Picovoice-iOS",
"module_name": "Picovoice",
"version": "1.1.3",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "iOS SDK for the Picovoice Offline Voice Recognition Platform",
"description": "Picovoice is an end-to-end platform for building voice products on your terms. It enables creating voice experiences similar to Alexa and Google. \nBut it entirely runs 100% on-device.\n\nPicovoice is:\n * Private: Everything is processed offline. Intrinsically HIPAA and GDPR compliant.\n * Reliable: Runs without needing constant connectivity.\n * Zero Latency: Edge-first architecture eliminates unpredictable network delay.\n * Accurate: Resilient to noise and reverberation. It outperforms cloud-based alternatives by wide margins *.\n * Cross-Platform: Design once, deploy anywhere. Build using familiar languages and frameworks.",
"homepage": "https://github.com/Picovoice/picovoice/tree/master/sdk/ios",
"authors": {
"Picovoice": "hello@picovoice.ai"
},
"source": {
"git": "https://github.com/Picovoice/picovoice.git",
"tag": "Picovoice-iOS-v1.1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "sdk/ios/*.{swift}",
"dependencies": {
"Porcupine-iOS": [
"~> 1.9.4"
],
"Rhino-iOS": [
"~> 1.6.4"
],
"ios-voice-processor": [
"~> 1.0.2"
]
},
"swift_version": "5.0"
}