Skip to content

Commit b7d6209

Browse files
authored
Require at least CocoaPods version 1.12.0 (#12322)
1 parent 26184fc commit b7d6209

39 files changed

+42
-38
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ To learn more about running tests with Swift Package Manager, visit the
187187
#### **[CocoaPods]**
188188

189189
[CocoaPods] is another popular dependency manager used in Apple development.
190-
Firebase supports development with CocoaPods 1.10.0 (or later). If you choose to
190+
Firebase supports development with CocoaPods 1.12.0 (or later). If you choose to
191191
develop using CocoaPods, it's recommend to use
192192
[`cocoapods-generate`][cocoapods-generate], a plugin that generates a
193193
[workspace] from a [podspec]. This plugin allows you to quickly generate a

Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
2626
s.osx.deployment_target = '10.13'
2727
s.tvos.deployment_target = '12.0'
2828

29-
s.cocoapods_version = '>= 1.4.0'
29+
s.cocoapods_version = '>= 1.12.0'
3030

3131
s.swift_version = '5.3'
3232

FirebaseABTesting.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Firebase Cloud Messaging and Firebase Remote Config in your app.
3232
s.tvos.deployment_target = tvos_deployment_target
3333
s.watchos.deployment_target = watchos_deployment_target
3434

35-
s.cocoapods_version = '>= 1.4.0'
35+
s.cocoapods_version = '>= 1.12.0'
3636
s.prefix_header_file = false
3737

3838
s.swift_version = '5.3'

FirebaseAnalytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
:http => 'https://dl.google.com/firebase/ios/analytics/0199e7929b47e2d9/FirebaseAnalytics-10.20.0.tar.gz'
1717
}
1818

19-
s.cocoapods_version = '>= 1.10.0'
19+
s.cocoapods_version = '>= 1.12.0'
2020
s.swift_version = '5.3'
2121

2222
s.ios.deployment_target = '10.0'

FirebaseAnalyticsOnDeviceConversion.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
:tag => 'CocoaPods-' + s.version.to_s
1717
}
1818

19-
s.cocoapods_version = '>= 1.10.2'
19+
s.cocoapods_version = '>= 1.12.0'
2020

2121
s.dependency 'GoogleAppMeasurementOnDeviceConversion', '10.21.0'
2222

FirebaseAnalyticsSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Firebase Analytics is a free, out-of-the-box analytics solution that inspires ac
2727
s.osx.deployment_target = osx_deployment_target
2828
s.tvos.deployment_target = tvos_deployment_target
2929

30-
s.cocoapods_version = '>= 1.10.0'
30+
s.cocoapods_version = '>= 1.12.0'
3131
s.prefix_header_file = false
3232

3333
s.source_files = [

FirebaseAppCheck.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
2929
s.tvos.deployment_target = tvos_deployment_target
3030
s.watchos.deployment_target = watchos_deployment_target
3131

32-
s.cocoapods_version = '>= 1.4.0'
32+
s.cocoapods_version = '>= 1.12.0'
3333
s.prefix_header_file = false
3434

3535
base_dir = "FirebaseAppCheck/"

FirebaseAppDistribution.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ iOS SDK for App Distribution for Firebase.
1919

2020
s.swift_version = '5.3'
2121

22-
s.cocoapods_version = '>= 1.4.0'
22+
s.cocoapods_version = '>= 1.12.0'
2323
s.prefix_header_file = false
2424

2525
base_dir = "FirebaseAppDistribution/Sources/"

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
3131
s.tvos.deployment_target = tvos_deployment_target
3232
s.watchos.deployment_target = watchos_deployment_target
3333

34-
s.cocoapods_version = '>= 1.4.0'
34+
s.cocoapods_version = '>= 1.12.0'
3535
s.prefix_header_file = false
3636

3737
source = 'FirebaseAuth/Sources/'

FirebaseAuthTestingSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
2929
s.tvos.deployment_target = tvos_deployment_target
3030
s.watchos.deployment_target = watchos_deployment_target
3131

32-
s.cocoapods_version = '>= 1.4.0'
32+
s.cocoapods_version = '>= 1.12.0'
3333
s.prefix_header_file = false
3434
s.requires_arc = true
3535

0 commit comments

Comments
 (0)