[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / a / 7 / 3 / Picovoice-iOS / 2.2.2 / Picovoice-iOS.podspec.json
blobc5c4be75c54958b078e10f7eea0276ef48d7142c
2   "name": "Picovoice-iOS",
3   "module_name": "Picovoice",
4   "version": "2.2.2",
5   "license": {
6     "type": "Apache 2.0"
7   },
8   "summary": "iOS SDK for the Picovoice Offline Voice Recognition Platform",
9   "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.",
10   "homepage": "https://github.com/Picovoice/picovoice/tree/master/sdk/ios",
11   "authors": {
12     "Picovoice": "hello@picovoice.ai"
13   },
14   "source": {
15     "git": "https://github.com/Picovoice/picovoice.git",
16     "tag": "Picovoice-iOS-v2.2.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "sdk/ios/*.{swift}",
23   "exclude_files": "sdk/ios/PicovoiceAppTest/**",
24   "dependencies": {
25     "Porcupine-iOS": [
26       "~> 2.2.1"
27     ],
28     "Rhino-iOS": [
29       "~> 2.2.2"
30     ],
31     "ios-voice-processor": [
32       "~> 1.1.0"
33     ]
34   },
35   "swift_version": "5.0"