From d9e7d21f6f0c6cc018963df82663d82cea60e309 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 16 Jul 2018 12:47:47 -0700 Subject: Add GoogleUtilities README (#1541) --- GoogleUtilities/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 GoogleUtilities/README.md (limited to 'GoogleUtilities') diff --git a/GoogleUtilities/README.md b/GoogleUtilities/README.md new file mode 100644 index 0000000..a154b0f --- /dev/null +++ b/GoogleUtilities/README.md @@ -0,0 +1,26 @@ +# Google Utilities + +## Overview + +The GoogleUtilities pod is a set of utilities organized into CocoaPods subspecs. +See the [podspec](../GoogleUtilities.podspec) for a summary of what utilities +are currently included. They're used by Firebase and other Google products. + +Direct usage by non-Google products and CocoaPods is **NOT** currently +recommended or supported. + +## Development + +Follow the subsequent instructions to develop, debug, and unit test +GoogleUtilities: + +``` +$ git clone git@github.com:firebase/firebase-ios-sdk.git +$ cd firebase-ios-sdk/GoogleUtilities/Example +$ pod update +$ open GoogleUtilities.xcworkspace +``` + +### Running Unit Tests + +Choose the one of the Tests* schemes and press Command-u. -- cgit v1.2.3