[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / b / 1 / 7 / Falcon-iOS / 1.0.1 / Falcon-iOS.podspec.json
blob3e932aabd9b61af46dae8ddff829cf01a3fc0482
2   "name": "Falcon-iOS",
3   "module_name": "Falcon",
4   "version": "1.0.1",
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": "1.0.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "vendored_frameworks": "lib/ios/PvFalcon.xcframework",
23   "resource_bundles": {
24     "FalconResources": [
25       "lib/common/falcon_params.pv"
26     ]
27   },
28   "source_files": "binding/ios/*.{swift}",
29   "exclude_files": "binding/ios/FalconTestApp/**",
30   "swift_version": "5.0"