File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'FirebaseAILogic'
3
- s . version = '12.3 .0'
3
+ s . version = '12.4 .0'
4
4
s . summary = 'Firebase AI Logic SDK'
5
5
6
6
s . description = <<-DESC
@@ -43,10 +43,10 @@ Build AI-powered apps and features with the Gemini API using the Firebase AI Log
43
43
s . tvos . framework = 'UIKit'
44
44
s . watchos . framework = 'WatchKit'
45
45
46
- s . dependency 'FirebaseAppCheckInterop' , '~> 12.3 .0'
47
- s . dependency 'FirebaseAuthInterop' , '~> 12.3 .0'
48
- s . dependency 'FirebaseCore' , '~> 12.3 .0'
49
- s . dependency 'FirebaseCoreExtension' , '~> 12.3 .0'
46
+ s . dependency 'FirebaseAppCheckInterop' , '~> 12.4 .0'
47
+ s . dependency 'FirebaseAuthInterop' , '~> 12.4 .0'
48
+ s . dependency 'FirebaseCore' , '~> 12.4 .0'
49
+ s . dependency 'FirebaseCoreExtension' , '~> 12.4 .0'
50
50
51
51
s . test_spec 'unit' do |unit_tests |
52
52
unit_tests_dir = 'FirebaseAI/Tests/Unit/'
You can’t perform that action at this time.
0 commit comments