Import An Objective-C Library To A Swift Project

All posts i came across instructs the user to import the objective c files into the swift project so that a bridging header file can be created to expose it.

Does this mean i have to instead download the objective c library, extract and copy all the files to the swift project? where the prompt to create the bridging header will be triggered?

Or is there a way to install the objective c library via cocoapods and manually trigger to create the bridging header to make it usable?

I prefer the latter, if it is possible?

Import An Objective-C Library To A Swift Project
 
 
Q