What goes into your .gitignore if you’re using CocoaPods?
I commit my Pods directory. I don’t agree that the Pods directory is a build artefact. In fact I’d say it most definitely isn’t. It’s part of your application source: it won’t build without it! It’s easier to think of CocoaPods as a developer tool rather than a build tool. It doesn’t build your project, … Read more