Import open-source 3rd party dependencies – GBG IDscan Documentation

Import open-source 3rd party dependencies

MJCS requires some 3rd party dependencies in order to perform certain operations.

Inside the provided package, there’s a file called Cartfile. It contains the dependencies we may require and minimum versions.

Cartfile adheres to Carthage dependency manager, hence you could import these into your own Cartfile. Alternatively, you could either download binaries from github repositories manually and import them into the project or use your own dependency managers, such as Cocoapods.

Was this page helpful?