File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 15
15
CocoaPod instead.
16
16
- [ removed] The ` Firebase/MLVision ` CocoaPods subspec has been removed. Use the
17
17
` GoogleMLKit ` CocoaPod instead.
18
+ - [ added] The Swift Package Manager distribution has exited beta and is now generally available for
19
+ use.
18
20
- [ changed] The Swift Package Manager distribution now requires at least iOS 11.0. The CocoaPods
19
21
distribution continues to support iOS 10.0.
20
22
- [ changed] The Swift Package Manager distribution now requires at least watchOS 7.0 for products
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ which are utilities used by Firebase and other Google products.
47
47
48
48
See the subsections below for details about the different installation methods.
49
49
1 . [ Standard pod install] ( README.md#standard-pod-install )
50
- 1 . [ Swift Package Manager (Beta) ] ( SwiftPackageManager.md )
50
+ 1 . [ Swift Package Manager] ( SwiftPackageManager.md )
51
51
1 . [ Installing from the GitHub repo] ( README.md#installing-from-github )
52
52
1 . [ Experimental Carthage] ( README.md#carthage-ios-only )
53
53
@@ -57,10 +57,10 @@ Go to
57
57
[ https://firebase.google.com/docs/ios/setup ] ( https://firebase.google.com/docs/ios/setup ) . If you
58
58
have a new Mac with an Apple silicon chip, please see [ these instructions] ( AppleSilicon.md ) .
59
59
60
- ### Swift Package Manager (Beta)
60
+ ### Swift Package Manager
61
61
62
- Instructions for the Beta of [ Swift Package Manager] ( https://swift.org/package-manager/ )
63
- support can be found at [ SwiftPackageManager.md] ( SwiftPackageManager.md ) .
62
+ Instructions for [ Swift Package Manager] ( https://swift.org/package-manager/ ) support can be
63
+ found at [ SwiftPackageManager.md] ( SwiftPackageManager.md ) .
64
64
65
65
### Installing from GitHub
66
66
Original file line number Diff line number Diff line change 1
- # Swift Package Manager for Firebase ** Beta **
1
+ # Swift Package Manager for Firebase
2
2
3
3
## Introduction
4
4
5
- Starting with the 6.31.0 release, Firebase supports installation via [ Swift
6
- Package Manager] ( https://swift.org/package-manager/ ) in Beta status. Exiting Beta is targeted for
7
- the 8.0.0 release.
5
+ Starting with the 8.0.0 release, Firebase officially supports installation via [ Swift
6
+ Package Manager] ( https://swift.org/package-manager/ ) .
7
+
8
+ Prior to version 8.0.0 (starting with version 6.31.0) support was in Beta.
8
9
9
10
## Requirements
10
11
You can’t perform that action at this time.
0 commit comments