Skip to content

Commit b52ade2

Browse files
committed
Update README.md
1 parent 1053a6f commit b52ade2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Validator: xxxxx](https://raw.githubusercontent.com/space-code/validator/dev/Resources/validator.png)
1+
![Validator: is a framework written in Swift that provides functions that can be used to validate the contents of an input value.](https://raw.githubusercontent.com/space-code/validator/dev/Resources/validator.png)
22

33
<h1 align="center" style="margin-top: 0px;">validator</h1>
44

@@ -232,8 +232,8 @@ public struct NonEmptyValidationRule: IValidationRule {
232232

233233
## Requirements
234234
- iOS 16.0+ / macOS 13+ / tvOS 16.0+ / watchOS 9.0+
235-
- Xcode 14.0
236-
- Swift 5.7
235+
- Xcode 15.3
236+
- Swift 5.10
237237

238238
## Installation
239239
### Swift Package Manager
@@ -244,7 +244,7 @@ Once you have your Swift package set up, adding `validator` as a dependency is a
244244

245245
```swift
246246
dependencies: [
247-
.package(url: "https://github.com/space-code/validator.git", .upToNextMajor(from: "1.1.0"))
247+
.package(url: "https://github.com/space-code/validator.git", .upToNextMajor(from: "1.2.0"))
248248
]
249249
```
250250

0 commit comments

Comments
 (0)