Skip to content

Commit 6ae2dd6

Browse files
committed
Merge pull request #39 from ReadmeCritic/master
Correct the spelling of CocoaPods in README
2 parents 3cbbee2 + 14f9176 commit 6ae2dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ $ cd FirebaseUI-iOS
645645
$ ./setup.sh
646646
```
647647

648-
Note that `setup.sh` pulls in a number of provider frameworks (Facebook, Google), which need to be pulled in for local development. The debug build and framework release have the flag `LOCAL_BUILD=1` which uses the local frameworks installed via `setup.sh`, while the Cocoapods release doesn't have this flag set, so the appropriate Pod `#import` statements are used.
648+
Note that `setup.sh` pulls in a number of provider frameworks (Facebook, Google), which need to be pulled in for local development. The debug build and framework release have the flag `LOCAL_BUILD=1` which uses the local frameworks installed via `setup.sh`, while the CocoaPods release doesn't have this flag set, so the appropriate Pod `#import` statements are used.
649649

650650
FirebaseUI makes use of XCode 7 features such as lightweight generics and `__kindof` annotations, but it should be backwards compatible to XCode 6 thanks to [XCodeMacros.h](https://github.com/firebase/FirebaseUI-iOS/blob/master/FirebaseUI/XCodeMacros.h).
651651

@@ -655,7 +655,7 @@ FirebaseUI makes use of XCode 7 features such as lightweight generics and `__kin
655655
- tag and push the tag for this release
656656
- `./build.sh` to build a binary
657657
- `./create-docs.sh` to generate docs
658-
- From your macbook that already has been granted permissions to FirebaseUI Cocoapods, do `pod trunk push`
658+
- From your macbook that already has been granted permissions to FirebaseUI CocoaPods, do `pod trunk push`
659659
- `firebase deploy` the FirebaseUI website with newly generated docs
660660

661661
## Contributing to FirebaseUI

0 commit comments

Comments
 (0)