aboutsummaryrefslogtreecommitdiffhomepage
path: root/GoogleUtilities/README.md
blob: a154b0fbb32ecf008c774daf298d9ed87169cebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.