Skip to content

Commit

Permalink
📝 :: Requirement version
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed May 2, 2023
1 parent 32f6f3f commit fbd51fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Extended methods for fluent syntax in Swift

## Requirements
- Swift 5.0+
- iOS(.v11)+
- tvOS(.v11)+
- macOS(.v10_13)+
- watchOS(.v4)+
- iOS 11.0+
- tvOS 11.0+
- macOS 10.13+
- watchOS 4.0+

## Overview
Extended methods for fluent syntax in Swift
Expand Down Expand Up @@ -104,4 +104,4 @@ UserDefaults.standard.do {
$0.set("hello", forKey: "string")
$0.set(true, forKey: "bool")
}
```
```

0 comments on commit fbd51fd

Please sign in to comment.