Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CocoaPods): Stop taking pure version constraints as dependencies
Second-level entries in the "PODS" section are just "pure" constraints which should not be added as dependencies at all unless their names also appear with resolved versions as first-level entries. This partly reverts 18f9be2 which introduced this over-reporting by unconditionally adding constraints as dependencies. However, that did not surface until the test added in 4bbd26a. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
- Loading branch information