I am working with a project where Cocoapods is used. I am unable to find any documentation for adding a framework to an already existing Cocoapods setup. All I can find are example on how to setup Cocoapods from scratch.
Any help? I’d like to add ABContactHelper via Cocoapods.
Thanks!
Just add the pod to your
Podfileand runpod installagain.For
ABContactHelper, do:edit Podfilepod 'ABContactHelper'to the Podfilepod install