Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Infra] Remove social_media_url attribute from podspecs. #14554

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Simplify your app development, grow your user base, and monetize more effectivel
"CoreOnly/NOTICES",
"CoreOnly/README.md"
]
s.social_media_url = 'https://twitter.com/Firebase'
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
Expand Down
2 changes: 0 additions & 2 deletions FirebaseABTesting.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Firebase Cloud Messaging and Firebase Remote Config in your app.
:tag => 'CocoaPods-' + s.version.to_s
}

s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '13.0'
osx_deployment_target = '10.15'
tvos_deployment_target = '13.0'
Expand Down
1 change: 0 additions & 1 deletion FirebaseAppCheck.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '13.0'
osx_deployment_target = '10.15'
Expand Down
1 change: 0 additions & 1 deletion FirebaseAppCheckInterop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '13.0'
osx_deployment_target = '10.15'
Expand Down
2 changes: 0 additions & 2 deletions FirebaseAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ supports email and password accounts, as well as several 3rd party authenticatio
:tag => 'CocoaPods-' + s.version.to_s
}

s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '13.0'
osx_deployment_target = '10.15'
tvos_deployment_target = '13.0'
Expand Down
1 change: 0 additions & 1 deletion FirebaseAuthInterop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
Expand Down
2 changes: 0 additions & 2 deletions FirebaseCombineSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ for internal testing only. It should not be published.
:tag => 'CocoaPods-' + s.version.to_s
}

s.social_media_url = 'https://twitter.com/Firebase'

s.swift_version = '5.9'

ios_deployment_target = '13.0'
Expand Down
2 changes: 0 additions & 2 deletions FirebaseCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
:tag => 'CocoaPods-' + s.version.to_s
}

s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '12.0'
osx_deployment_target = '10.15'
tvos_deployment_target = '13.0'
Expand Down
1 change: 0 additions & 1 deletion FirebaseCoreExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

s.swift_version = '5.9'

Expand Down
1 change: 0 additions & 1 deletion FirebaseCoreInternal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '12.0'
osx_deployment_target = '10.15'
Expand Down
1 change: 0 additions & 1 deletion FirebaseDatabase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '13.0'
osx_deployment_target = '10.15'
Expand Down
1 change: 0 additions & 1 deletion FirebaseDynamicLinks.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Firebase Dynamic Links are deep links that enhance user experience and increase
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'
s.ios.deployment_target = '13.0'

s.swift_version = '5.9'
Expand Down
1 change: 0 additions & 1 deletion FirebaseInAppMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ See more product details at https://firebase.google.com/products/in-app-messagin
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'
s.ios.deployment_target = '13.0'
s.tvos.deployment_target = '13.0'

Expand Down
1 change: 0 additions & 1 deletion FirebaseInstallations.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '12.0'
osx_deployment_target = '10.15'
Expand Down
1 change: 0 additions & 1 deletion FirebaseMLModelDownloader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'
s.swift_version = '5.9'

ios_deployment_target = '13.0'
Expand Down
1 change: 0 additions & 1 deletion FirebaseMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ device, and it is completely free.
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '13.0'
osx_deployment_target = '10.15'
Expand Down
1 change: 0 additions & 1 deletion FirebaseMessagingInterop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
Expand Down
1 change: 0 additions & 1 deletion FirebasePerformance.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Firebase Performance library to measure performance of Mobile and Web Apps.
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '13.0'
tvos_deployment_target = '13.0'
Expand Down
1 change: 0 additions & 1 deletion FirebaseRemoteConfig.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ app update.
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'
ios_deployment_target = '13.0'
osx_deployment_target = '10.15'
tvos_deployment_target = '13.0'
Expand Down
2 changes: 0 additions & 2 deletions FirebaseRemoteConfigInterop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.12.0'
s.prefix_header_file = false

s.social_media_url = 'https://twitter.com/Firebase'

# The ios deployment target must support Crashlytics.
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.15'
Expand Down
1 change: 0 additions & 1 deletion FirebaseSessions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Pod::Spec.new do |s|
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '12.0'
osx_deployment_target = '10.15'
Expand Down
1 change: 0 additions & 1 deletion FirebaseStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '13.0'
osx_deployment_target = '10.15'
Expand Down
2 changes: 0 additions & 2 deletions FirebaseVertexAI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Firebase SDK.
:tag => 'CocoaPods-' + s.version.to_s
}

s.social_media_url = 'https://twitter.com/Firebase'

ios_deployment_target = '15.0'
osx_deployment_target = '12.0'
tvos_deployment_target = '15.0'
Expand Down
Loading