Cocoapods use_frameworks!
if you use cocoapods use_frameworks! to import an obj-c library into a swift code base then you no longer need to declare them in the Briding-Header file. In face you don’t need that file at all.
It seems that since Cocoapods 0.36 it will create a framework from that pod that you can then access in swift by import PodName at the top of the class where you want to use that framework













