Hi. I have a project which requires 2 Swift Packages to be installed. I want to install these packages without opening Xcode, like CocoaPods.
In CocoaPods, you can do pod 'Package', '~> 3.0' in a Podfile.
What is the SwiftPM equivalent to that?
In CocoaPods, you can do pod 'Package', '~> 3.0' in a Podfile.
What is the SwiftPM equivalent to that?