Add CocoaPods installation to the add-to-app README (#162)

pull/166/head
Gonçalo Palma 5 years ago committed by Andrew Brogdon
parent 49ae463045
commit e640c3182c

@ -1,8 +1,7 @@
# Add-to-App Sample # Add-to-App Sample
***The Add-to-App sample is designed to build with Flutter's `master` channel ***The Add-to-App sample is designed to build with Flutter's `master` channel.
and the latest version of CocoaPods. See the [README](../README.md) in the See the [README](../README.md) in the `experimental` directory for details.***
`experimental` directory for details.***
This directory contains a bunch of Android and iOS projects that each import This directory contains a bunch of Android and iOS projects that each import
a standalone Flutter module called `flutter_module`. a standalone Flutter module called `flutter_module`.
@ -15,6 +14,17 @@ a standalone Flutter module called `flutter_module`.
rely on a separately pre-built module. rely on a separately pre-built module.
- Whether plugins are needed by the Flutter module used in the app. - Whether plugins are needed by the Flutter module used in the app.
## Installing Cocoapods
The iOS samples in this repo require the latest version of Cocoapods. To install it,
run the following command on a MacOS machine:
```bash
sudo gem install cocoapods
```
See https://guides.cocoapods.org/using/getting-started.html for more details.
## The important bits ## The important bits
### Flutter modules ### Flutter modules

Loading…
Cancel
Save