In addition to the basic settings and advanced settings that are common for all remote repositories, the following settings are available when configuring CocoaPods repositories.
Field | Description |
---|---|
Git provider | Select the Git provider to be used by the remote repository:
|
Specs Repo URL | Defines the URL of the public CocoaPods Specs repository. This is a git repository containing podspec.json files pointing from a package name and version to its storage endpoint. It does not contain any actual binary packages. The default value is |
CDN URL | Defines the URL of the CocoaPods CDN, which expedites the workflow by creating a static copy of the CocoaPods Specs repository, reducing the time required for adding repositories. The default is |
Custom URL Base | A read-only field containing the custom base URL defined for the JPD.General Settings |
External Dependencies Enabled | Defines whether to allow pods with source URLs other than Git to be included in the remote repository. |