[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 1 / 7 / Falcon-iOS / 1.0.0 / Falcon-iOS.podspec.json
blobec617042e52aed7c4c8e55aa8792507d506478b2
2   "name": "Falcon-iOS",
3   "module_name": "Falcon",
4   "version": "1.0.0",
5   "license": {
6     "type": "Apache 2.0"
7   },
8   "summary": "iOS SDK for Picovoice's Falcon speaker diarization engine.",
9   "description": "Falcon is an on-device speaker diarization engine that identifies speakers\nin an audio stream by finding speaker change points and grouping speech segments\nbased on speaker voice characteristics.",
10   "homepage": "https://github.com/Picovoice/falcon/tree/main/binding/ios",
11   "authors": {
12     "Picovoice": "hello@picovoice.ai"
13   },
14   "source": {
15     "git": "https://github.com/Picovoice/falcon.git",
16     "tag": "Falcon-iOS-v1.0.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "vendored_frameworks": "lib/ios/PvFalcon.xcframework",
23   "resources": "lib/common/falcon_params.pv",
24   "source_files": "binding/ios/*.{swift}",
25   "exclude_files": "binding/ios/FalconTestApp/**",
26   "swift_version": "5.0"