From 1d699a9091c789ce5c6886f6cd3e6788baab8c8e Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Tue, 8 Sep 2020 10:19:58 -0400 Subject: [PATCH] Add SwiftPM instructions to base README.md (#6414) * Add SwiftPM instructions to base README.md This matches other package managers. * Capitalized Beta --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f909bcf161..004ee3dbf55 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ monetize your app. More information about Firebase can be found at ## Installation -See the three subsections for details about three different installation methods. +See the subsections below for details about the different installation methods. 1. [Standard pod install](README.md#standard-pod-install) +1. [Swift Package Manager (Beta)](SwiftPackageManager.md) 1. [Installing from the GitHub repo](README.md#installing-from-github) 1. [Experimental Carthage](README.md#carthage-ios-only) @@ -47,6 +48,11 @@ See the three subsections for details about three different installation methods Go to [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). +### Swift Package Manager (Beta) + +Instructions for the Beta of [Swift Package Manager](https://swift.org/package-manager/) +support can be found at [SwiftPackageManager.md](SwiftPackageManager.md). + ### Installing from GitHub For releases starting with 5.0.0, the source for each release is also deployed