renovate/lib/modules/manager/cocoapods
renovate[bot] 7935a7b8ed
chore(deps): lock file maintenance (#18082)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-10 21:47:23 -07:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ chore(deps): lock file maintenance (#18082) 2022-10-10 21:47:23 -07:00
artifacts.spec.ts chore(deps): lock file maintenance (#18082) 2022-10-10 21:47:23 -07:00
artifacts.ts feat(manager:cocoapods): support binarySource=install for cocoapods (#15473) 2022-05-05 16:59:42 +02:00
extract.spec.ts chore(deps): lock file maintenance (#18082) 2022-10-10 21:47:23 -07:00
extract.ts refactor(manager): more strict null checks (#15161) 2022-04-18 11:13:29 +02:00
index.ts docs(manager/cocoapods): Configure ModuleApi's displayName and url (#16760) 2022-07-26 04:18:43 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
types.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00

The cocoapods manager supports extracting both "pod" type references as well as dependencies on GitHub repositories that use versioned tags.

Whenever a Podfile is updated, Renovate will also update any accompanying Podfile.lock file. This is done using the cocoapods gem which runs within the Ruby runtime.