From 69d0a835be347ab6faaf76b316d8fce3edcb3271 Mon Sep 17 00:00:00 2001 From: Oleksii Dykan Date: Fri, 29 Dec 2017 14:55:57 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da0c9bb..e0500ba 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Firestore.firestore().collection("data").document("one").getDocument { (document ### CocoaPods (iOS 9+) -You can use CocoaPods to install SwiftyJSONModel by adding it to your Podfile: +You can use CocoaPods to install CodableFirebase by adding it to your Podfile: ```swift platform :ios, '9.0' @@ -96,11 +96,11 @@ pod 'CodableFirebase' end ``` -Note that this requires CocoaPods version 36, and your iOS deployment target to be at least 8.0: +Note that this requires CocoaPods version 36, and your iOS deployment target to be at least 9.0: ### Carthage (iOS 9+) -You can use Carthage to install SwiftyJSONModel by adding it to your Cartfile: +You can use Carthage to install CodableFirebase by adding it to your Cartfile: ```swift github "alickbass/CodableFirebase"