I have written a library in Swift and I wasn\'t able to import it to my current project, written in Objective-C.
Are there any ways to import it?
#i
If you're using Cocoapods and trying to use a Swift pod in an ObjC project you can simply do the following:
@import ;