pod install

Install project dependencies according to versions from a Podfile.lock

Options

NameDescription
--repo-updateForce running `pod repo update` before install
--deploymentDisallow any changes to the Podfile or the Podfile.lock during installation
--clean-installIgnore the contents of the project cache and force a full pod installation. This only applies to projects that have enabled incremental installation
--project-directory </project/dir/>The path to the root of the project directory
--allow-rootAllows CocoaPods to run as root