DEV Community

Discussion on: I'm a Swift Native Speaker, Ask Me Anything!

Collapse
 
mauran profile image
Mauran Muthiah

tabs vs spaces? Jk! Cocoapods vs Carthage, and why?

Collapse
 
nunovieira profile image
Nuno Vieira

I’ve only used Cocoapods for now. If you have a small to medium project, cocoapods it will be enough and it is simpler to use. Then, if some dependencies take to much to compile and they don’t change that often, you can use both and use Carthage only for some dependencies. It adds complexity, but it will reduce the compile time of the project.