forked from firebase/firebase-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FirebaseVertexAI-Docs.not_podspec
47 lines (35 loc) · 1.33 KB
/
FirebaseVertexAI-Docs.not_podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Pod::Spec.new do |s|
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.
NOTE: Rename the file extension from `.not_podspec` to `.podspec` before
running `pod gen` for docs generation.
DESC
s.homepage = 'https://firebase.google.com'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.authors = 'Google, Inc.'
s.source = {
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'
ios_deployment_target = '15.0'
osx_deployment_target = '11.0'
s.ios.deployment_target = ios_deployment_target
s.osx.deployment_target = osx_deployment_target
s.cocoapods_version = '>= 1.12.0'
s.prefix_header_file = false
s.source_files = [
'FirebaseVertexAI/Sources/**/*.swift',
]
s.swift_version = '5.9'
s.framework = 'Foundation'
s.ios.framework = 'UIKit'
s.osx.framework = 'AppKit'
s.dependency 'FirebaseAppCheckInterop', '~> 10.17'
s.dependency 'FirebaseAuthInterop', '~> 10.25'
s.dependency 'FirebaseCore', '~> 10.5'
s.dependency 'FirebaseCoreExtension', '~> 10.0'
end