FirebaseVertexAI-Docs.not_podspec 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Pod::Spec.new do |s|
  2. s.name = 'FirebaseVertexAI-Docs'
  3. s.version = '10.27.0'
  4. s.summary = 'Firebase Vertex AI'
  5. s.description = <<-DESC
  6. Placeholder podspec for docsgen only. Do not use this pod.
  7. NOTE: Rename the file extension from `.not_podspec` to `.podspec` before
  8. running `pod gen` for docs generation.
  9. DESC
  10. s.homepage = 'https://firebase.google.com'
  11. s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
  12. s.authors = 'Google, Inc.'
  13. s.source = {
  14. :git => 'https://github.com/firebase/firebase-ios-sdk.git',
  15. :tag => 'CocoaPods-' + s.version.to_s
  16. }
  17. s.social_media_url = 'https://twitter.com/Firebase'
  18. ios_deployment_target = '15.0'
  19. osx_deployment_target = '11.0'
  20. s.ios.deployment_target = ios_deployment_target
  21. s.osx.deployment_target = osx_deployment_target
  22. s.cocoapods_version = '>= 1.12.0'
  23. s.prefix_header_file = false
  24. s.source_files = [
  25. 'FirebaseVertexAI/Sources/**/*.swift',
  26. ]
  27. s.swift_version = '5.3'
  28. s.framework = 'Foundation'
  29. s.ios.framework = 'UIKit'
  30. s.osx.framework = 'AppKit'
  31. s.dependency 'FirebaseAuthInterop', '~> 10.25'
  32. s.dependency 'FirebaseCore', '~> 10.5'
  33. s.dependency 'FirebaseCoreExtension', '~> 10.0'
  34. s.dependency 'InteropForFirebaseAppCheck', '~> 100.1.0'
  35. end