'Public swift class inside objective c framework

I am building an objective c framework and I have a public header file which I can see it in headers folder, inside the .framework folder, when I build the framework. I am trying to create a public swift class which also would be visible outside of the framework. It is used as a pod and I use its compiled version, and I want the swift class to be visible from the swift app that uses the pod. Any thoughts?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source