ios - Adding framework to existing Cocoapods setup -


I am working with a project where cocopodes are used. I am unable to find a document to add a framework to an already existing cocopodes setup. Whatever I get, it is an example of how to set cocopodes with scratches.

Any help? I want to add ABC contact rage through cocopodes.

Thank you!

simply add your pod to podfile and then pod install Turn on .

for ABC contact , do:

  1. Edit the podfile
  2. Podfile In the pod 'ABContactHelper' add
  3. install the pod

Comments