Sha256: 9f131398a53022024f2da6f6140705ab4af531c6afcfc0cb3c8031fd635ed8a0
Contents?: true
Size: 642 Bytes
Versions: 4
Compression:
Stored size: 642 Bytes
Contents
# CocoaPods **NOTE!**: Enumerating Cocoapods dependencies is disabled until the cocoapods-core gem is compatible with Rails 7+. See https://github.com/CocoaPods/Core/pull/733 The cocoapods source will detect dependencies when `Podfile` and `Podfile.lock` are found at an app's `source_path`. It uses the `pod` CLI commands to enumerate dependencies and gather metadata on each package. ## Evaluating dependencies from a specific target The `cocoapods.targets` property is used to specify which targets to analyze dependencies from. By default, dependencies from all targets will be analyzed. ```yml cocoapods: targets: - ios ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
licensed-4.2.0 | docs/sources/cocoapods.md |
licensed-4.1.0 | docs/sources/cocoapods.md |
licensed-4.0.4 | docs/sources/cocoapods.md |
licensed-4.0.3 | docs/sources/cocoapods.md |