Skip to content

Commit 66b8ff0

Browse files
committed
docs: update README
1 parent 905951e commit 66b8ff0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Swift Commands
22
![SPM](https://img.shields.io/badge/SPM-compatible-brightgreen.svg)
3-
![CocoaPods](https://img.shields.io/cocoapods/v/Commands.svg)
4-
[![CI Status](https://img.shields.io/github/workflow/status/qiuzhifei/swift-commands/Swift)](https://github.com/qiuzhifei/swift-commands/actions)
3+
![CocoaPods](https://img.shields.io/cocoapods/v/Commands?color=green)
4+
[![CI Status](https://img.shields.io/github/actions/workflow/status/qiuzhifei/swift-commands/swift.yml)](https://github.com/qiuzhifei/swift-commands/actions)
55
[![License](https://img.shields.io/github/license/qiuzhifei/swift-commands)](https://github.com/qiuzhifei/swift-commands/blob/main/LICENSE)
6-
![Platform](https://img.shields.io/badge/platforms-macOS%2010.9-orange)
6+
![Platform](https://img.shields.io/badge/platforms-macOS%2011.0-orange)
77

88
Swift utilities for running commands.
99

@@ -128,10 +128,10 @@ let package = Package(
128128
)
129129
```
130130

131-
## CocoaPods (OS X 10.9+)
131+
## CocoaPods (OS X 11.0+)
132132
You can use [CocoaPods](http://cocoapods.org/) to install `Commands` by adding it to your `Podfile`:
133133
```ruby
134-
pod 'Commands', '~> 0.6.0'
134+
pod 'Commands', '~> 0.7.0'
135135
```
136136

137137
## QuickStart

0 commit comments

Comments
 (0)