Wednesday, June 1, 2016

Dependency Management in iOS with Carthage

Carthage helps you install dependencies for your project and dependencies of those dependencies. If you install package A, that package may depend on package B, which may depend on package C. If you install package D it may depend on package C, but on a different version. Finding the appropriate version is a job that package managers handle for you.

Continue reading %Dependency Management in iOS with Carthage%


by Aleksander Koko via SitePoint

No comments:

Post a Comment