Skip to content

Commit

Permalink
v2.1 Flutter - iOS binding side
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Dec 6, 2024
1 parent cb7ad84 commit 0ea916e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binding/flutter/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'ai.picovoice.flutter.cheetah'
version '2.0.2'
version '2.1.0'

buildscript {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions binding/flutter/ios/cheetah_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'cheetah_flutter'
s.version = '2.0.2'
s.version = '2.1.0'
s.summary = 'A Flutter package plugin for Picovoice\'s Cheetah Speech-to-Text engine'
s.description = <<-DESC
A Flutter package plugin for Picovoice\'s Cheetah Speech-to-Text engine
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.platform = :ios, '13.0'
s.dependency 'Flutter'
s.dependency 'Cheetah-iOS', '~> 2.0.1'
s.dependency 'Cheetah-iOS', '~> 2.1.0'

s.swift_version = '5.0'
end
2 changes: 1 addition & 1 deletion binding/ios/Cheetah-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
DESC
s.homepage = 'https://github.com/Picovoice/cheetah/tree/master/binding/ios'
s.author = { 'Picovoice' => 'hello@picovoice.ai' }
s.source = { :git => "https://github.com/Picovoice/cheetah.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/Picovoice/cheetah.git", :branch => "v2.1-flutter" }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.vendored_frameworks = 'lib/ios/PvCheetah.xcframework'
Expand Down

0 comments on commit 0ea916e

Please sign in to comment.