<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "PackageDescription",
  "identifier" : "/documentation/PackageDescription/SupportedPlatform/iOS(_:)-5pvv5",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "PackageDescription"
    ],
    "preciseIdentifier" : "s:18PackageDescription17SupportedPlatformV3iOSyA2C10IOSVersionVFZ"
  },
  "title" : "iOS(_:)"
}
-->

# iOS(_:)

Configures the minimum deployment target version for the iOS platform.

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

## Parameters

`version`

The minimum deployment target that the package supports.

## Return Value

A `SupportedPlatform` instance.

## Discussion> Since: First available in PackageDescription 5.0.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)