This repository contains an example template to generate bridging classes that expose Swift types to Objective-C.
The design of the bridging classes is taken from Benjamin Encz's post. We use Sourcery to generate the bridging code.
The code is explained in more detail in the related blog post here.