Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions in FirebaseVertexAI-Docs.not_podspec #12973

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 8 additions & 19 deletions FirebaseVertexAI-Docs.not_podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'FirebaseVertexAI'
s.version = '10.26.0'
s.summary = 'Firebase VertexAI'
s.name = 'FirebaseVertexAI-Docs'
s.version = '10.27.0'
s.summary = 'Firebase Vertex AI'

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

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

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

ios_deployment_target = '15.0'
osx_deployment_target = '10.14'
osx_deployment_target = '11.0'

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

s.source_files = [
'FirebaseVertexAI/Sources/**/*.swift',
'FirebaseCore/Extension/*.h',
'FirebaseAuth/Interop/*.h',
]

s.swift_version = '5.3'

s.framework = 'Foundation'
s.ios.framework = 'UIKit'
s.osx.framework = 'AppKit'
s.tvos.framework = 'UIKit'
s.watchos.framework = 'WatchKit'

s.dependency 'FirebaseCore', '~> 10.0'
s.dependency 'FirebaseCoreExtension'
s.dependency 'FirebaseAuthInterop'
s.dependency 'FirebaseAppCheckInterop', '~> 10.17'

s.pod_target_xcconfig = {
'GCC_C_LANGUAGE_STANDARD' => 'c99',
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"',
'OTHER_CFLAGS' => '-fno-autolink'
}
s.dependency 'FirebaseAuthInterop', '~> 10.25'
s.dependency 'FirebaseCore', '~> 10.5'
s.dependency 'FirebaseCoreExtension', '~> 10.0'
end
Loading