CocoaPods and Git
CocoaPods and Git
So recently while working on an app, I started to think about how I should deal with committing when I’m using CocoaPods. Committing the compiled pods themselves seems unclean - it bloats a repo and means cloning that repo takes a bit more time. This can be a problem when using a slow or data-capped connection, as some repos can grow pretty large if you’re using many different pods.