iOS(_:)
Configures the minimum deployment target version for the iOS platform.
Declaration
static func iOS(_ version: SupportedPlatform.IOSVersion) -> SupportedPlatformParameters
- version:
The minimum deployment target that the package supports.
Return Value
A SupportedPlatform instance.