I have an app that supports iOS 11 and up but we're transferring parts of it to SwiftUI. I want to use Introspect but cocoapods complains about Introspect's iOS 13 deployment target.
Is there a simple way to fix this?
I'm pretty sure SwiftUI adds backwards compatibility by adding @available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *) to it's public types.