README.md in pod-builder-2.0.0.beta.31 vs README.md in pod-builder-2.0.0.beta.32

- old
+ new

@@ -10,10 +10,14 @@ Unless you're using a Ruby version manager you should generally install using `sudo` as follows $ sudo gem install pod-builder +## Requirements + +Ruby 2.6.3 or newer. Cocoapods 1.9.0 or newer + # Quick start You can the initialize your project to use the tool using the `init` command $ cd path-to-your-repo; @@ -251,10 +255,12 @@ "SWIFT_COMPILATION_MODE": "wholemodule" } } ``` +If your project uses bitcode change "ENABLE_BITCODE" to "YES". + #### `build_settings_overrides` Like `build_settings` but per pod. Pod name can also refer to subspec. ```json @@ -270,10 +276,10 @@ } ``` #### `build_system` -Specify which build system to use to compile frameworks. Either `Legacy` (standard build system) or `Latest` (new build system). Default value: `Legacy`. +Specify which build system to use to compile frameworks. Either `Legacy` (standard build system) or `Latest` (new build system). Default value: `Latest`. #### `library_evolution_support` Specify if Swift frameworks should be compiled with library evolution support (BUILD_LIBRARY_FOR_DISTRIBUTION).