Podfile 255 B

123456789101112
  1. source 'https://github.com/firebase/SpecsStaging.git'
  2. source 'https://cdn.cocoapods.org/'
  3. platform :ios, '16.0'
  4. target 'VertexAISample' do
  5. use_frameworks!
  6. # Pods for VertexAISample
  7. pod 'FirebaseAppCheck'
  8. pod 'FirebaseVertexAI', '11.2-beta'
  9. end