aboutsummaryrefslogtreecommitdiffhomepage
path: root/GoogleUtilities/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'GoogleUtilities/README.md')
-rw-r--r--GoogleUtilities/README.md26
1 files changed, 26 insertions, 0 deletions
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.