Skip to content

Commit e338339

Browse files
authored
Remove platforms from podspec summaries (#5229)
1 parent ccee671 commit e338339

14 files changed

+21
-21
lines changed

Firebase.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'Firebase'
33
s.version = '6.21.0'
4-
s.summary = 'Firebase for iOS (plus community support for macOS and tvOS)'
4+
s.summary = 'Firebase'
55

66
s.description = <<-DESC
7-
Simplify your iOS development, grow your user base, and monetize more effectively with Firebase.
7+
Simplify your app development, grow your user base, and monetize more effectively with Firebase.
88
DESC
99

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

FirebaseABTesting.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseABTesting'
33
s.version = '3.2.0'
4-
s.summary = 'Firebase ABTesting for iOS'
4+
s.summary = 'Firebase ABTesting'
55

66
s.description = <<-DESC
77
A/B testing is a Firebase service that lets you run experiments across users of
8-
your iOS and Android apps. It lets you learn how well one or more changes to
8+
your mobile apps. It lets you learn how well one or more changes to
99
your app work with a smaller set of users before you roll out changes to all
1010
users. You can run experiments to find the most effective ways to use
1111
Firebase Cloud Messaging and Firebase Remote Config in your app.

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAuth'
33
s.version = '6.5.1'
4-
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
4+
s.summary = 'Apple platform client for Firebase Authentication'
55

66
s.description = <<-DESC
77
Firebase Authentication allows you to manage your own account system without any backend code. It

FirebaseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseCore'
33
s.version = '6.6.5'
4-
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
4+
s.summary = 'Firebase Core'
55

66
s.description = <<-DESC
77
Firebase Core includes FIRApp and FIROptions which provide central configuration for other Firebase services.

FirebaseDatabase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDatabase'
33
s.version = '6.1.4'
4-
s.summary = 'Firebase Open Source Libraries for iOS (plus community support for macOS and tvOS)'
4+
s.summary = 'Firebase Realtime Database'
55

66
s.description = <<-DESC
77
Simplify your iOS development, grow your user base, and monetize more effectively with Firebase.

FirebaseDynamicLinks.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDynamicLinks'
33
s.version = '4.0.8'
4-
s.summary = 'Firebase DynamicLinks for iOS'
4+
s.summary = 'Firebase Dynamic Links'
55

66
s.description = <<-DESC
77
Firebase Dynamic Links are deep links that enhance user experience and increase engagement by retaining context post-install, across platforms.

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFirestore'
33
s.version = '1.11.2'
4-
s.summary = 'Google Cloud Firestore for iOS'
4+
s.summary = 'Google Cloud Firestore'
55

66
s.description = <<-DESC
77
Google Cloud Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development.

FirebaseFirestoreSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Pod::Spec.new do |s|
77
s.name = 'FirebaseFirestoreSwift'
88
s.version = '0.2'
9-
s.summary = 'Swift Extensions for Google Cloud Firestore for iOS'
9+
s.summary = 'Swift Extensions for Google Cloud Firestore'
1010

1111
s.description = <<-DESC
1212
Google Cloud Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development.

FirebaseFunctions.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFunctions'
33
s.version = '2.5.1'
4-
s.summary = 'Cloud Functions for Firebase iOS SDK.'
4+
s.summary = 'Cloud Functions for Firebase'
55

66
s.description = <<-DESC
7-
iOS SDK for Cloud Functions for Firebase.
7+
Cloud Functions for Firebase.
88
DESC
99

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

FirebaseInstallations.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseInstallations'
33
s.version = '1.1.1'
4-
s.summary = 'Firebase Installations for iOS'
4+
s.summary = 'Firebase Installations'
55

66
s.description = <<-DESC
7-
Firebase Installations for iOS.
7+
Firebase Installations.
88
DESC
99

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

0 commit comments

Comments
 (0)