iOS dependencies
Abstract
You can manage iOS dependencies either via SPM or by a third-party package manager such as CocoaPods or Carthage.
There are two main ways to handle dependencies for iOS apps:
-
Using the Swift Package Manager which is built into Xcode.
-
Using a third-party dependency manager, such as Carthage or CocoaPods.
Bitrise allows you to use either method.