I am trying to add Swift code to an existing Objective-C CocoaPod. I added a bridge header for my sample project, but I cannot get my podspec file to check, because CocoaPods does not know my bridge header file. Does anyone know how to fix this problem?
Thank!
source
share