renovate/lib/manager/cocoapods
2021-12-04 07:12:27 +01:00
..
__fixtures__ feat(cocoapods): Extract GitLab and git-tags (#11277) 2021-08-16 10:41:18 +02:00
__snapshots__ test: Fix test descriptions and enforce it via new linting rule (#11285) 2021-08-18 05:46:56 +00:00
artifacts.spec.ts refactor(git): Extract types to separate file (#12855) 2021-11-26 20:36:17 +00:00
artifacts.ts refactor: exec types (#12942) 2021-12-04 07:12:27 +01:00
extract.spec.ts refactor: global config (#12743) 2021-11-23 21:10:45 +01:00
extract.ts fix: modify regex to be re2 compatbile (#12778) 2021-11-29 19:16:05 +00:00
index.ts refactor(cocoapods): use autoReplace 2020-04-18 21:45:04 +02:00
readme.md docs: improve cocoapods readme 2020-03-05 14:22:15 +01:00
types.ts refactor: extract more types (#9959) 2021-05-11 19:08:02 +02: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.