How to use Objective-C CocoaPods in a Swift Project
问题 Is there a way I can use a CocoaPod written in Objective-C in my Swift project using swift? Do I just make a bridging header? And if so, can I access the objects, classes, and fields defined by the libraries in the CocoaPod in Swift? 回答1: Basic answer to your question is Yes, you can use objective-c code built with CocoaPods. More important question is "How to use such libs?" Answer on this question depends on use_frameworks! flag in your Podfile : Let's imagine that you want use Objective-C