[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / f / Koala-iOS / 2.0.0 / Koala-iOS.podspec.json
blob09f301b4084333a984bd0ff00d260110d8b0cbdb
2   "name": "Koala-iOS",
3   "module_name": "Koala",
4   "version": "2.0.0",
5   "license": {
6     "type": "Apache 2.0"
7   },
8   "summary": "iOS SDK for Picovoice's Koala Noise Suppression Engine",
9   "description": "Koala is an on-device noise suppression engine.\n\nKoala is:\n  - Private; All voice processing runs locally.\n  - Cross-Platform:\n    - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)\n    - Android and iOS\n    - Chrome, Safari, Firefox, and Edge\n    - Raspberry Pi (4, 3) and NVIDIA Jetson Nano",
10   "homepage": "https://github.com/Picovoice/koala/tree/main/binding/ios",
11   "authors": {
12     "Picovoice": "hello@picovoice.ai"
13   },
14   "source": {
15     "git": "https://github.com/Picovoice/koala.git",
16     "tag": "Koala-iOS-v2.0.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "vendored_frameworks": "lib/ios/PvKoala.xcframework",
23   "resource_bundles": {
24     "KoalaResources": [
25       "lib/common/koala_params.pv"
26     ]
27   },
28   "source_files": "binding/ios/*.{swift}",
29   "exclude_files": "binding/ios/KoalaAppTest/**",
30   "swift_version": "5.0"