Skip to content

Commit

Permalink
feat: add macOS(.V11) platforms declaration to PackageDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuZhiFei committed Dec 4, 2024
1 parent afa9d9f commit a28d796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "swift-commands",
platforms: [
.macOS(.v11)
],
products: [
.library(name: "Commands",
targets: ["Commands"]),
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let package = Package(
)
```

## CocoaPods (OS X 10.9+)
## CocoaPods (OS X 11.0+)
You can use [CocoaPods](http://cocoapods.org/) to install `Commands` by adding it to your `Podfile`:
```ruby
pod 'Commands', '~> 0.6.0'
Expand Down

0 comments on commit a28d796

Please sign in to comment.