File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
88Swift 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 +)
132132You 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
You can’t perform that action at this time.
0 commit comments