The supported iOS version.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
Declaration
struct IOSVersion
The supported iOS version.
SDK
Framework
struct IOSVersion
static let v8: Supported Platform .IOSVersionThe value that represents iOS 8.0.
static let v9: Supported Platform .IOSVersionThe value that represents iOS 9.0.
static let v10: Supported Platform .IOSVersionThe value that represents iOS 10.0.
static let v11: Supported Platform .IOSVersionThe value that represents iOS 11.0.
static let v12: Supported Platform .IOSVersionThe value that represents iOS 12.0.
static func i OS(Supported Platform .IOSVersion) -> Supported PlatformConfigure the minimum deployment target version for the iOS platform.
static func i OS(String) -> Supported PlatformConfigure the minimum deployment target version for the iOS platform using a custom version string.
static let i OS: PlatformThe iOS platform.