How to add C framework to project

It's my first time developing in Swift/IOS. Swift itself is pretty nice, but now I have to implement 3rd party framework, which looks like it's Modular C.

Folder structure inside framework is like

/Header

/Modules

/Framework <-executable

/Info.plist

I've tried different ways to include it in to project, into my pod, but non of them lets me import it. I keep getting files not found etc.

What would be the correct way to do it ? It feels like it's something trivial to do, but due to lack of skill with xcode I am struggling a lot.

How to add C framework to project
 
 
Q