renovate/lib/manager/cocoapods
2020-03-17 12:15:22 +01:00
..
__fixtures__ feat: Cocoapods support (#4667) 2020-03-01 10:03:16 +01:00
__snapshots__ fix: more xargs typos 2020-03-09 22:18:53 +01:00
artifacts.spec.ts feat: Cocoapods support (#4667) 2020-03-01 10:03:16 +01:00
artifacts.ts feat: Cocoapods support (#4667) 2020-03-01 10:03:16 +01:00
extract.spec.ts feat: Cocoapods support (#4667) 2020-03-01 10:03:16 +01:00
extract.ts chore(internal): disallow implicit braces (#5730) 2020-03-17 12:15:22 +01:00
index.ts feat: Cocoapods support (#4667) 2020-03-01 10:03:16 +01:00
readme.md docs: improve cocoapods readme 2020-03-05 14:22:15 +01:00
update.spec.ts feat: Cocoapods support (#4667) 2020-03-01 10:03:16 +01:00
update.ts chore(internal): disallow implicit braces (#5730) 2020-03-17 12:15:22 +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.