Skip to content

Commit fc11092

Browse files
Remove attribute from podspecs.
This change removes the attribute from all affected podspec files in the repository. This attribute is no longer needed. No new tests were added, but the existing test suite is not available in this environment.
1 parent ec29695 commit fc11092

23 files changed

+0
-29
lines changed

Firebase.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Simplify your app development, grow your user base, and monetize more effectivel
2121
"CoreOnly/NOTICES",
2222
"CoreOnly/README.md"
2323
]
24-
s.social_media_url = 'https://twitter.com/Firebase'
2524
s.ios.deployment_target = '12.0'
2625
s.osx.deployment_target = '10.15'
2726
s.tvos.deployment_target = '13.0'

FirebaseABTesting.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Firebase Cloud Messaging and Firebase Remote Config in your app.
2020
:tag => 'CocoaPods-' + s.version.to_s
2121
}
2222

23-
s.social_media_url = 'https://twitter.com/Firebase'
24-
2523
ios_deployment_target = '13.0'
2624
osx_deployment_target = '10.15'
2725
tvos_deployment_target = '13.0'

FirebaseAppCheck.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Pod::Spec.new do |s|
1515
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
1616
:tag => 'CocoaPods-' + s.version.to_s
1717
}
18-
s.social_media_url = 'https://twitter.com/Firebase'
1918

2019
ios_deployment_target = '13.0'
2120
osx_deployment_target = '10.15'

FirebaseAppCheckInterop.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Pod::Spec.new do |s|
1919
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
2020
:tag => 'CocoaPods-' + s.version.to_s
2121
}
22-
s.social_media_url = 'https://twitter.com/Firebase'
2322

2423
ios_deployment_target = '13.0'
2524
osx_deployment_target = '10.15'

FirebaseAuth.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ supports email and password accounts, as well as several 3rd party authenticatio
1717
:tag => 'CocoaPods-' + s.version.to_s
1818
}
1919

20-
s.social_media_url = 'https://twitter.com/Firebase'
21-
2220
ios_deployment_target = '13.0'
2321
osx_deployment_target = '10.15'
2422
tvos_deployment_target = '13.0'

FirebaseAuthInterop.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Pod::Spec.new do |s|
1919
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
2020
:tag => 'CocoaPods-' + s.version.to_s
2121
}
22-
s.social_media_url = 'https://twitter.com/Firebase'
2322
s.ios.deployment_target = '13.0'
2423
s.osx.deployment_target = '10.15'
2524
s.tvos.deployment_target = '13.0'

FirebaseCombineSwift.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ for internal testing only. It should not be published.
1717
:tag => 'CocoaPods-' + s.version.to_s
1818
}
1919

20-
s.social_media_url = 'https://twitter.com/Firebase'
21-
2220
s.swift_version = '5.9'
2321

2422
ios_deployment_target = '13.0'

FirebaseCore.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
1616
:tag => 'CocoaPods-' + s.version.to_s
1717
}
1818

19-
s.social_media_url = 'https://twitter.com/Firebase'
20-
2119
ios_deployment_target = '12.0'
2220
osx_deployment_target = '10.15'
2321
tvos_deployment_target = '13.0'

FirebaseCoreExtension.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Pod::Spec.new do |s|
1818
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
1919
:tag => 'CocoaPods-' + s.version.to_s
2020
}
21-
s.social_media_url = 'https://twitter.com/Firebase'
2221

2322
s.swift_version = '5.9'
2423

FirebaseCoreInternal.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Pod::Spec.new do |s|
1616
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
1717
:tag => 'CocoaPods-' + s.version.to_s
1818
}
19-
s.social_media_url = 'https://twitter.com/Firebase'
2019

2120
ios_deployment_target = '12.0'
2221
osx_deployment_target = '10.15'

0 commit comments

Comments
 (0)