Skip to content

Commit ef3156a

Browse files
committed
Update versions for Release 7.0.0
1 parent b283c58 commit ef3156a

File tree

4 files changed

+135
-9
lines changed

4 files changed

+135
-9
lines changed

FirebaseMLCommon.podspec.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"authors": "Google, Inc.",
3+
"dependencies": {
4+
"FirebaseCore": "~> 7.0",
5+
"FirebaseInstallations": "~> 7.0",
6+
"GTMSessionFetcher/Core": "~> 1.1",
7+
"GoogleToolboxForMac/Logger": "~> 2.1",
8+
"GoogleToolboxForMac/NSData+zlib": "~> 2.1",
9+
"GoogleToolboxForMac/NSDictionary+URLArguments": "~> 2.1",
10+
"GoogleUtilities/UserDefaults": "~> 7.0",
11+
"Protobuf": "~> 3.12"
12+
},
13+
"description": "This is an INTERNAL ONLY pod containing common elements for all the Firebase ML Kit pods.",
14+
"frameworks": [
15+
"Foundation",
16+
"LocalAuthentication"
17+
],
18+
"homepage": "https://firebase.google.com/docs/ml-kit/",
19+
"libraries": [
20+
"c++",
21+
"sqlite3",
22+
"z"
23+
],
24+
"license": {
25+
"text": "Copyright 2020 Google",
26+
"type": "Copyright"
27+
},
28+
"name": "FirebaseMLCommon",
29+
"platforms": {
30+
"ios": "8.0"
31+
},
32+
"preserve_paths": [
33+
"CHANGELOG.md",
34+
"README.md"
35+
],
36+
"source": {
37+
"http": "https://dl.google.com/dl/cpdc/a87f6cd702e135fb/FirebaseMLCommon-0.21.0.tar.gz"
38+
},
39+
"summary": "Firebase ML Kit Common SDK for iOS",
40+
"vendored_frameworks": [
41+
"Frameworks/FirebaseMLCommon.framework"
42+
],
43+
"version": "7.0.0-beta"
44+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"authors": "Google, Inc.",
3+
"dependencies": {
4+
"FirebaseCore": "~> 7.0",
5+
"FirebaseMLCommon": "~> 7.0-beta",
6+
"GTMSessionFetcher/Core": "~> 1.1",
7+
"GoogleUtilities/UserDefaults": "~> 7.0",
8+
"TensorFlowLiteObjC": "~> 2.3.0"
9+
},
10+
"description": "This pod contains the model interpreter to run the custom models on iOS. If ML Kit's pre-built models don't meet your needs, you can use a custom TensorFlow Lite model with ML Kit.",
11+
"frameworks": [
12+
"Foundation"
13+
],
14+
"homepage": "https://firebase.google.com/docs/ml-kit/",
15+
"license": {
16+
"text": "Copyright 2020 Google",
17+
"type": "Copyright"
18+
},
19+
"name": "FirebaseMLModelInterpreter",
20+
"platforms": {
21+
"ios": "9.0"
22+
},
23+
"pod_target_xcconfig": {
24+
"VALID_ARCHS": "x86_64 armv7 arm64"
25+
},
26+
"preserve_paths": [
27+
"CHANGELOG.md",
28+
"README.md"
29+
],
30+
"source": {
31+
"http": "https://dl.google.com/dl/cpdc/39b2739bdfc46d59/FirebaseMLModelInterpreter-0.21.0.tar.gz"
32+
},
33+
"summary": "Firebase ML Kit Custom Model Interpreter SDK for iOS",
34+
"vendored_frameworks": [
35+
"Frameworks/FirebaseMLModelInterpreter.framework"
36+
],
37+
"version": "7.0.0-beta"
38+
}

FirebaseMLVision.podspec.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"authors": "Google, Inc.",
3+
"dependencies": {
4+
"FirebaseCore": "~> 7.0",
5+
"FirebaseMLCommon": "~> 7.0-beta",
6+
"GTMSessionFetcher/Core": "~> 1.1",
7+
"GoogleAPIClientForREST/Core": "~> 1.3",
8+
"GoogleAPIClientForREST/Vision": "~> 1.3",
9+
"GoogleToolboxForMac/Logger": "~> 2.1",
10+
"GoogleToolboxForMac/NSData+zlib": "~> 2.1",
11+
"Protobuf": "~> 3.12"
12+
},
13+
"description": "This is the top level pod for ML Kit for vision based features on iOS. ML Kit is a mobile SDK that brings Google's machine learning expertise to mobile devices in a powerful yet easy-to-use package.",
14+
"frameworks": [
15+
"Accelerate",
16+
"AVFoundation",
17+
"CoreGraphics",
18+
"CoreMedia",
19+
"CoreVideo",
20+
"Foundation",
21+
"UIKit"
22+
],
23+
"homepage": "https://firebase.google.com/docs/ml-kit/",
24+
"license": {
25+
"text": "Copyright 2020 Google",
26+
"type": "Copyright"
27+
},
28+
"name": "FirebaseMLVision",
29+
"platforms": {
30+
"ios": "8.0"
31+
},
32+
"preserve_paths": [
33+
"CHANGELOG.md",
34+
"README.md"
35+
],
36+
"source": {
37+
"http": "https://dl.google.com/dl/cpdc/58517163ccbb14d8/FirebaseMLVision-0.21.0.tar.gz"
38+
},
39+
"summary": "Firebase ML Kit Vision SDK for iOS",
40+
"vendored_frameworks": [
41+
"Frameworks/FirebaseMLVision.framework"
42+
],
43+
"version": "7.0.0-beta"
44+
}

FirebasePerformance.podspec.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"authors": "Google, Inc.",
33
"dependencies": {
4-
"FirebaseCore": "~> 6.9",
5-
"FirebaseInstallations": "~> 1.5",
6-
"FirebaseRemoteConfig": "~> 4.7",
4+
"FirebaseCore": "~> 7.0",
5+
"FirebaseInstallations": "~> 7.0",
6+
"FirebaseRemoteConfig": "~> 7.0",
77
"GTMSessionFetcher/Core": "~> 1.1",
8-
"GoogleDataTransport": "~> 7.0",
8+
"GoogleDataTransport": "~> 8.0",
99
"GoogleToolboxForMac/Logger": "~> 2.1",
1010
"GoogleToolboxForMac/NSData+zlib": "~> 2.1",
11-
"GoogleUtilities/Environment": "~> 6.2",
12-
"GoogleUtilities/ISASwizzler": "~> 6.2",
13-
"GoogleUtilities/MethodSwizzler": "~> 6.2",
11+
"GoogleUtilities/Environment": "~> 7.0",
12+
"GoogleUtilities/ISASwizzler": "~> 7.0",
13+
"GoogleUtilities/MethodSwizzler": "~> 7.0",
1414
"Protobuf": "~> 3.12"
1515
},
1616
"description": "Firebase Performance provides insights into the performance characteristics of apps",
@@ -32,11 +32,11 @@
3232
"README.md"
3333
],
3434
"source": {
35-
"http": "https://dl.google.com/dl/cpdc/ec10178ac6b36ea6/FirebasePerformance-3.3.0.tar.gz"
35+
"http": "https://dl.google.com/dl/cpdc/88a4a9ef94fb4e9e/FirebasePerformance-3.3.1.tar.gz"
3636
},
3737
"summary": "Firebase Performance for iOS",
3838
"vendored_frameworks": [
3939
"Frameworks/FirebasePerformance.framework"
4040
],
41-
"version": "3.3.0"
41+
"version": "7.0.0"
4242
}

0 commit comments

Comments
 (0)