Cocoa pods file is huge

After coco install the coco pods file is almost 500megs. Is this normal and should I be putting this into source control?

I would recommend against checking in the Pods folder. Podfile and Podfile.lock (which will ensure the right versions are reinstalled when running pod install on a fresh checkout) should be checked in.

2 Likes