I'm trying to use libPhoneNumber-iOS/NBPhoneNumber in a swift project and I'm getting a file not found error in the bridging header
#import <libPhoneNumber-iOS/NBPhoneNumber.h>
Pod file
pod 'libPhoneNumber-iOS', '~> 0.7'
https://github.com/iziz/libPhoneNumber-iOS
What should I be referencing to get it to find the pod? libPhoneNumber-iOS