---
title: "iOS(_:)"
framework: packagedescription
role: symbol
role_heading: Type Method
path: "packagedescription/supportedplatform/ios(_:)-5pvv5"
---

# iOS(_:)

Configures the minimum deployment target version for the iOS platform.

## Declaration

```swift
static func iOS(_ version: SupportedPlatform.IOSVersion) -> SupportedPlatform
```

## Parameters

- `version`: The minimum deployment target that the package supports.

## Return Value

Return Value A SupportedPlatform instance.

## Discussion

Discussion note: First available in PackageDescription 5.0.

## See Also

### Supporting iOS

- [iOS(_:)](packagedescription/supportedplatform/ios(_:)-83bbf.md)
- [iOS](packagedescription/platform/ios.md)
- [SupportedPlatform.IOSVersion](packagedescription/supportedplatform/iosversion.md)
