diff --git a/README.md b/README.md
index f945c57..e261adc 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Android | Released in Google Play and Amazon store
## Release Schedule
-As of this writing, the Android version now supports Android 4.2
+As of this writing, the Android version now supports Android 4.4
and above.
## Architecture Overview
@@ -57,8 +57,9 @@ On OS X:
* Run sudo easy_install pysvg to install python svg libraries
* Run brew install librsvg to install rsvg-convert
* Run brew install imagemagick to install ImageMagick
+* Run brew install cocoapods to install CocoaPods if you are building for iOS
-Once these are installed, select the appropriate target in XCode or the appropriate flavor/build variant in Android Studio. To build in Android Studio, open the project android/ScratchJr. To build for iOS in XCode, open ios/ScratchJr.xcworkspace as ScratchJr uses CocoaPods.
+Once these are installed, select the appropriate target in XCode or the appropriate flavor/build variant in Android Studio. To build in Android Studio, open the project android/ScratchJr. To build for iOS in XCode, open ios/ScratchJr.xcworkspace as ScratchJr uses CocoaPods. Before you build for iOS, you will need to run pod install to install the Firebase Analytics dependencies.
## Where and how to make changes