Skip to content

Commit 397215b

Browse files
authored
Comment combine podspecs that they should not be published (#8771)
1 parent cea71c9 commit 397215b

4 files changed

+8
-4
lines changed

FirebaseAuthTestingSupport.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Pod::Spec.new do |s|
44
s.summary = 'Firebase SDKs testing support types and utilities.'
55

66
s.description = <<-DESC
7-
Type declarations and utilities needed for unit testing of the code dependent on Firebase SDKs
7+
Type declarations and utilities needed for unit testing of the code dependent on Firebase SDKs.
8+
This podspec is for internal testing only and should not be published.
89
DESC
910

1011
s.homepage = 'https://developers.google.com/'

FirebaseCombineSwift.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Pod::Spec.new do |s|
44
s.summary = 'Swift extensions with Combine support for Firebase'
55

66
s.description = <<-DESC
7-
Combine Publishers for Firebase.
7+
Firebase Combine is only supported with Swift Package Manager. This podspec is
8+
for internal testing only. It should not be published.
89
DESC
910

1011
s.homepage = 'https://firebase.google.com'

FirebaseFirestoreTestingSupport.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Pod::Spec.new do |s|
44
s.summary = 'Firebase SDKs testing support types and utilities.'
55

66
s.description = <<-DESC
7-
Type declarations and utilities needed for unit testing of the code dependent on Firebase SDKs
7+
Type declarations and utilities needed for unit testing of the code dependent on Firebase SDKs.
8+
This podspec is for internal testing only and should not be published.
89
DESC
910

1011
s.homepage = 'https://developers.google.com/'

FirebaseFunctionsTestingSupport.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Pod::Spec.new do |s|
44
s.summary = 'Firebase SDKs testing support types and utilities.'
55

66
s.description = <<-DESC
7-
Type declarations and utilities needed for unit testing of the code dependent on Firebase SDKs
7+
Type declarations and utilities needed for unit testing of the code dependent on Firebase SDKs.
8+
This podspec is for internal testing only and should not be published.
89
DESC
910

1011
s.homepage = 'https://developers.google.com/'

0 commit comments

Comments
 (0)