I am trying to add some Swift code to my existing Objective-C CocoaPod. I have added a bridging header for my example project, but I can't actually get my podspec file to validate as CocoaPods isn't aware of my bridging header file. Anyone know how to fix this issue?
Thanks!