Skip to content

Commit

Permalink
rm s.resources
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Apr 18, 2024
1 parent 10cabae commit 88bfdf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions binding/ios/Falcon-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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

0 comments on commit 88bfdf4

Please sign in to comment.