My Swift project has a pod wrote by Objective-C, and if I want use it, I have to make a Bridge-file.
Is there other better idea to import directly like this import MYPOD
, just like import a Swift Pod.
My Swift project has a pod wrote by Objective-C, and if I want use it, I have to make a Bridge-file.
Is there other better idea to import directly like this import MYPOD
, just like import a Swift Pod.