pod install
Install project dependencies according to versions from a Podfile.lock
Options
Name | Description |
---|---|
--repo-update | Force running `pod repo update` before install |
--deployment | Disallow any changes to the Podfile or the Podfile.lock during installation |
--clean-install | Ignore 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-root | Allows CocoaPods to run as root |