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