AsyncCompatibilityKit
AsyncCompatibilityKit copied to clipboard
Add "support" for iOS < 13
I'm trying to use this in a package that needs to be compatible with iOS 12, but simply integrating AsyncCompatibilityKit results in an error:
The fix:
Add introduced: 13.0 to the @available statements: This way, consumers can import the package on iOS <13 (where it does nothing).