Skip to content

Commit 3e872a3

Browse files
authored
Update versions in FirebaseVertexAI-Docs.not_podspec (#12973)
1 parent 85882da commit 3e872a3

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

FirebaseVertexAI-Docs.not_podspec

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
2-
s.name = 'FirebaseVertexAI'
3-
s.version = '10.26.0'
4-
s.summary = 'Firebase VertexAI'
2+
s.name = 'FirebaseVertexAI-Docs'
3+
s.version = '10.27.0'
4+
s.summary = 'Firebase Vertex AI'
55

66
s.description = <<-DESC
77
Placeholder podspec for docsgen only. Do not use this pod.
@@ -16,14 +16,13 @@ Pod::Spec.new do |s|
1616

1717
s.source = {
1818
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
19-
# TODO: this should be `'CocoaPods-' + s.version.to_s` (after May 14 2024)
20-
:tag => 'release-10.26'
19+
:tag => 'CocoaPods-' + s.version.to_s
2120
}
2221

2322
s.social_media_url = 'https://twitter.com/Firebase'
2423

2524
ios_deployment_target = '15.0'
26-
osx_deployment_target = '10.14'
25+
osx_deployment_target = '11.0'
2726

2827
s.ios.deployment_target = ios_deployment_target
2928
s.osx.deployment_target = osx_deployment_target
@@ -33,26 +32,16 @@ Pod::Spec.new do |s|
3332

3433
s.source_files = [
3534
'FirebaseVertexAI/Sources/**/*.swift',
36-
'FirebaseCore/Extension/*.h',
37-
'FirebaseAuth/Interop/*.h',
3835
]
3936

4037
s.swift_version = '5.3'
4138

4239
s.framework = 'Foundation'
4340
s.ios.framework = 'UIKit'
4441
s.osx.framework = 'AppKit'
45-
s.tvos.framework = 'UIKit'
46-
s.watchos.framework = 'WatchKit'
4742

48-
s.dependency 'FirebaseCore', '~> 10.0'
49-
s.dependency 'FirebaseCoreExtension'
50-
s.dependency 'FirebaseAuthInterop'
5143
s.dependency 'FirebaseAppCheckInterop', '~> 10.17'
52-
53-
s.pod_target_xcconfig = {
54-
'GCC_C_LANGUAGE_STANDARD' => 'c99',
55-
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"',
56-
'OTHER_CFLAGS' => '-fno-autolink'
57-
}
44+
s.dependency 'FirebaseAuthInterop', '~> 10.25'
45+
s.dependency 'FirebaseCore', '~> 10.5'
46+
s.dependency 'FirebaseCoreExtension', '~> 10.0'
5847
end

0 commit comments

Comments
 (0)