[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / a / FirebaseVertexAI / 11.4.0 / FirebaseVertexAI.podspec.json
blobe691ac21469885914128547a1782a7da97b43482
2   "name": "FirebaseVertexAI",
3   "version": "11.4.0",
4   "summary": "Vertex AI in Firebase SDK",
5   "description": "Build AI-powered apps and features with the Gemini API using the Vertex AI in\nFirebase SDK.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-11.4.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "15.0",
19     "osx": "12.0",
20     "tvos": "15.0",
21     "watchos": "8.0"
22   },
23   "cocoapods_version": ">= 1.12.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseVertexAI/Sources/**/*.swift"
27   ],
28   "swift_versions": "5.9",
29   "frameworks": "Foundation",
30   "ios": {
31     "frameworks": "UIKit"
32   },
33   "osx": {
34     "frameworks": "AppKit"
35   },
36   "tvos": {
37     "frameworks": "UIKit"
38   },
39   "watchos": {
40     "frameworks": "WatchKit"
41   },
42   "dependencies": {
43     "FirebaseAppCheckInterop": [
44       "~> 11.4"
45     ],
46     "FirebaseAuthInterop": [
47       "~> 11.4"
48     ],
49     "FirebaseCore": [
50       "~> 11.4"
51     ],
52     "FirebaseCoreExtension": [
53       "~> 11.4"
54     ]
55   },
56   "testspecs": [
57     {
58       "name": "unit",
59       "test_type": "unit",
60       "scheme": {
61         "code_coverage": true
62       },
63       "platforms": {
64         "ios": "15.0",
65         "osx": "12.0",
66         "tvos": "15.0"
67       },
68       "source_files": [
69         "FirebaseVertexAI/Tests/Unit/**/*.swift"
70       ],
71       "resources": [
72         "FirebaseVertexAI/Tests/Unit/vertexai-sdk-test-data/mock-responses/**/*.{txt,json}",
73         "FirebaseVertexAI/Tests/Unit/Resources/**/*"
74       ]
75     }
76   ],
77   "swift_version": "5.9"