Options

buildFolder

Required
string
Default: ./build

Location for iOS build artifacts. Corresponds to Xcode's "-derivedDataPath". Relative to ios directory.

deployment

boolean
Default: false

Disallow any changes to the Podfile or the Podfile.lock during installation.

repoUpdate

boolean
Default: false

Force running pod repo update before install.

useBundler

boolean
Default: false

Run cocoapods within a Bundler environment, i.e. with the bundle exec pod install command