Skip to content

Commit 9e0d8f4

Browse files
authored
Update required CocoaPods version in READMEs (#3339)
1 parent aee6c41 commit 9e0d8f4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Firestore/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Usage
22

3+
* Install [prerequisite software](//github.com/firebase/firebase-ios-sdk#development)
34
* Set up a workspace via CocoaPods
45
```
56
$ cd Firestore/Example

Functions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ integration test FirebaseFunctions:
77

88
### Prereqs
99

10-
- At least CocoaPods 1.6.0
10+
- At least CocoaPods 1.7.2
1111
- Install [cocoapods-generate](https://github.com/square/cocoapods-generate)
1212

1313
### To Develop

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ Instructions for installing binary frameworks via
7070

7171
## Development
7272

73+
To develop Firebase software in this repository, ensure that you have at least
74+
the following software:
75+
76+
* Xcode 10.1 (or later)
77+
* CocoaPods 1.7.2 (or later)
78+
7379
Follow the subsequent instructions to develop, debug, unit test, run integration
7480
tests, and try out reference samples:
7581

@@ -194,9 +200,9 @@ To install, add a subset of the following to the Podfile:
194200
pod 'FirebaseAuth'
195201
pod 'FirebaseCore'
196202
pod 'FirebaseDatabase'
197-
pod 'FirebaseFirestore' # Only iOS and macOS
203+
pod 'FirebaseFirestore'
198204
pod 'FirebaseFunctions'
199-
pod 'FirebaseMessaging' # Only iOS and tvOS
205+
pod 'FirebaseMessaging'
200206
pod 'FirebaseStorage'
201207
```
202208

0 commit comments

Comments
 (0)