Skip to content

How to use Introspect in backwards compatible projects #31

@Amzd

Description

@Amzd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions