Skip to content

Commit 1dc9489

Browse files
authored
Bump swift_version to 5.3 (#9137)
1 parent a7a35f0 commit 1dc9489

7 files changed

+7
-7
lines changed

FirebaseAnalyticsSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Firebase Analytics is a free, out-of-the-box analytics solution that inspires ac
1717
}
1818

1919
s.static_framework = true
20-
s.swift_version = '5.0'
20+
s.swift_version = '5.3'
2121
s.ios.deployment_target = '13.0'
2222
s.osx.deployment_target = '10.15'
2323
s.tvos.deployment_target = '13.0'

FirebaseCombineSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for internal testing only. It should not be published.
1919

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

22-
s.swift_version = '5.0'
22+
s.swift_version = '5.3'
2323

2424
ios_deployment_target = '13.0'
2525
osx_deployment_target = '10.15'

FirebaseDatabaseSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
1616
:tag => 'CocoaPods-' + s.version.to_s
1717
}
1818

19-
s.swift_version = '5.1'
19+
s.swift_version = '5.3'
2020
s.ios.deployment_target = '10.0'
2121
s.osx.deployment_target = '10.12'
2222
s.tvos.deployment_target = '10.0'

FirebaseFunctionsSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Swift SDK Extensions for Cloud Functions for Firebase.
1616
:tag => 'CocoaPods-' + s.version.to_s
1717
}
1818

19-
s.swift_version = '5.1'
19+
s.swift_version = '5.3'
2020

2121
ios_deployment_target = '10.0'
2222
osx_deployment_target = '10.12'

FirebaseMLModelDownloader.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
s.social_media_url = 'https://twitter.com/Firebase'
19-
s.swift_version = '5.0'
19+
s.swift_version = '5.3'
2020

2121
ios_deployment_target = '10.0'
2222
osx_deployment_target = '10.12'

FirebaseSharedSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This pod is for Firebase internal use and not supported for independent use.
1616
:tag => 'CocoaPods-' + s.version.to_s
1717
}
1818

19-
s.swift_version = '5.1'
19+
s.swift_version = '5.3'
2020

2121
ios_deployment_target = '10.0'
2222
osx_deployment_target = '10.12'

FirebaseStorageSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
1717
:tag => 'CocoaPods-' + s.version.to_s
1818
}
1919

20-
s.swift_version = '5.0'
20+
s.swift_version = '5.3'
2121

2222
ios_deployment_target = '10.0'
2323
osx_deployment_target = '10.12'

0 commit comments

Comments
 (0)