diff --git a/binding/ios/Falcon-iOS.podspec b/binding/ios/Falcon-iOS.podspec index cc0efdc..5566e3e 100644 --- a/binding/ios/Falcon-iOS.podspec +++ b/binding/ios/Falcon-iOS.podspec @@ -6,8 +6,8 @@ Pod::Spec.new do |s| s.summary = 'iOS SDK for Picovoice\'s Falcon speaker diarization engine.' s.description = <<-DESC - Falcon is an on-device speaker diarization engine that identifies speakers - in an audio stream by finding speaker change points and grouping speech segments + Falcon is an on-device speaker diarization engine that identifies speakers + in an audio stream by finding speaker change points and grouping speech segments based on speaker voice characteristics. DESC s.homepage = 'https://github.com/Picovoice/falcon/tree/main/binding/ios' @@ -16,7 +16,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.swift_version = '5.0' s.vendored_frameworks = 'lib/ios/PvFalcon.xcframework' - s.resources = 'lib/common/falcon_params.pv' s.source_files = 'binding/ios/*.{swift}' s.exclude_files = 'binding/ios/FalconTestApp/**' end