Skip to content

Swift

Swift

Dependency Checker for Swift data:

dependency-check  --enableExperimental --out . --scan Package.swift

Dependency Checker for Cocoapods:

sudo gem install cocoapods-dependencies
pod dependencies
dependency-check  --enableExperimental --out . --scan Podfile.lock